diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-05-22 14:35:42 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-22 06:20:26 -0700 |
commit | 375faa5cff7f220842491333aa222255be48588e (patch) | |
tree | ff958c4f6213a03022b0d5d35e9afb4a8e0ffbca /Configure.mk | |
parent | 478baf107623c3aa0c31c3256cfc3bc794b089b1 (diff) | |
download | subsurface-375faa5cff7f220842491333aa222255be48588e.tar.gz |
Disable some MacOSX GTK dependencies
Now it's actually possible to build the Qt variant on MacOSX
with MacPorts and marble support.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 |