Disable broken GTK2 classes

This commit is contained in:
Artem Vorotnikov 2015-06-08 00:56:41 +03:00
parent e60dc160d0
commit d1c2670252

View File

@ -10,8 +10,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/intl \
$(DEBUG) \
$(COMPRESSION) \
$(GDK_PIXBUF_CFLAGS) \
$(PACKAGE_CFLAGS) \
-DGTK_ENABLE_BROKEN
$(PACKAGE_CFLAGS)
qstatcfgdir = $(pkgdatadir)
qstatcfg_DATA = qstat.cfg
@ -61,7 +60,7 @@ xqf_rcon_SOURCES = \
rcon.c rcon.h \
debug.c debug.h \
utils.c utils.h
xqf_rcon_CFLAGS = -DRCON_STANDALONE $(GLIB_CFLAGS) -DGTK_ENABLE_BROKEN
xqf_rcon_CFLAGS = -DRCON_STANDALONE $(GLIB_CFLAGS)
xqf_SOURCES = \
addmaster.c \