diff options
author | portix <portix@gmx.net> | 2013-04-15 23:26:08 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-04-15 23:26:08 +0200 |
commit | 706416664d328be07f8969766841504ab7b13e1d (patch) | |
tree | b312fae66a8b749fc6adbdfdacec7d4ce955742a /config.mk | |
parent | 7244f5ee2468621b714c0d03efc484059af54ae9 (diff) | |
download | dwb-706416664d328be07f8969766841504ab7b13e1d.zip |
Closing #298, Drop vertical tabs in gtk3-crap
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -157,11 +157,12 @@ endif CFLAGS_OPTIONS := $(CFLAGS) -ifeq (USEGTK3, 1) +ifeq (${USEGTK3}, 1) CPPFLAGS+=-DGTK_DISABLE_SINGLE_INCLUDES CPPFLAGS+=-DGTK_DISABLE_DEPRECATED CPPFLAGS+=-DGDK_DISABLE_DEPRECATED CPPFLAGS+=-DGSEAL_ENABLE +M4FLAGS += --define=WITH_GTK3=1 endif |