summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-06-07 18:25:52 +0200
committerDaniel Carl <danielcarl@gmx.de>2014-06-07 18:26:30 +0200
commit197d846a552f328794c07a8581cce3b300fb7d07 (patch)
treed514da90b497603c6a4cb1b07cbb504ee2e1b146 /config.mk
parente4cb49f98eaa3f85b6b0ee587b537432595bf092 (diff)
Force us to use the actual gtk3 api functions.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index eaf6a00..d0eeb4d 100644
--- a/config.mk
+++ b/config.mk
@@ -33,6 +33,10 @@ CPPFLAGS += -DPROJECT=\"${PROJECT}\" -DPROJECT_UCFIRST=\"${PROJECT_UCFIRST}\"
CPPFLAGS += -D_XOPEN_SOURCE=500
ifeq ($(USEGTK3), 1)
CPPFLAGS += -DHAS_GTK3
+CPPFLAGS += -DGSEAL_ENABLE
+CPPFLAGS += -DGTK_DISABLE_SINGLE_INCLUDES
+CPPFLAGS += -DGTK_DISABLE_DEPRECATED
+CPPFLAGS += -DGDK_DISABLE_DEPRECATED
endif
# prepare the lib flags used for the linker