mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Update build requirement from GTK2 to GTK3
This commit is contained in:
@@ -15,8 +15,8 @@ ifeq ($(UNAME),Darwin)
|
||||
LIBS += -framework CoreFoundation -framework AppKit
|
||||
else
|
||||
SRC2 += ../../../nfd/nfd_gtk.c
|
||||
INCLUDES += $(shell pkg-config --cflags gtk+-2.0)
|
||||
LIBS += $(shell pkg-config --libs gtk+-2.0) -lGL
|
||||
INCLUDES += $(shell pkg-config --cflags gtk+-3.0)
|
||||
LIBS += $(shell pkg-config --libs gtk+-3.0) -lGL
|
||||
endif
|
||||
|
||||
include ../../../common/unix.mk
|
||||
|
||||
Reference in New Issue
Block a user