mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Use native file selector on Linux.
This commit is contained in:
parent
e870d68a47
commit
94b283b1e6
@ -27,9 +27,9 @@ else
|
|||||||
SRC3 += ../../../nfd/nfd_cocoa.m
|
SRC3 += ../../../nfd/nfd_cocoa.m
|
||||||
LIBS += -framework CoreFoundation -framework AppKit
|
LIBS += -framework CoreFoundation -framework AppKit
|
||||||
else
|
else
|
||||||
SRC += ../../../nfd/nfd_gtk.cpp
|
SRC += ../../../nfd/nfd_portal.cpp
|
||||||
INCLUDES += $(shell pkg-config --cflags gtk+-3.0)
|
INCLUDES += $(shell pkg-config --cflags dbus-1)
|
||||||
LIBS += $(shell pkg-config --libs gtk+-3.0)
|
LIBS += $(shell pkg-config --libs dbus-1)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user