diff options
Diffstat (limited to 'Configure.mk')
-rw-r--r-- | Configure.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Configure.mk b/Configure.mk index e482de6d7..ff003fd75 100644 --- a/Configure.mk +++ b/Configure.mk @@ -124,8 +124,7 @@ ifneq (,$(filter $(UNAME),linux kfreebsd gnu)) LIBGCONF2 = $(shell $(PKGCONFIG) --libs gconf-2.0) GCONF2CFLAGS = $(shell $(PKGCONFIG) --cflags gconf-2.0) else ifeq ($(UNAME), darwin) - LIBGTK += $(shell $(PKGCONFIG) --libs gtk-mac-integration) -framework CoreFoundation -framework CoreServices - GTKCFLAGS += $(shell $(PKGCONFIG) --cflags gtk-mac-integration) + LDFLAGS += -framework CoreFoundation -framework CoreServices GTK_MAC_BUNDLER = ~/.local/bin/gtk-mac-bundler endif |