* mug: make sure we don't use gtk deprecated stuff
This commit is contained in:
@ -23,7 +23,8 @@ SUBDIRS= .
|
||||
#SUBDIRS += tests
|
||||
#endif
|
||||
|
||||
INCLUDES=-I${top_srcdir}/src $(GTK_CFLAGS) -DICONDIR='"$(icondir)"'
|
||||
INCLUDES=-I${top_srcdir}/src $(GTK_CFLAGS) -DICONDIR='"$(icondir)"' \
|
||||
-DGTK_DISABLE_DEPRECATED -DGSEAL_ENABLE
|
||||
|
||||
# don't use -Werror, as it might break on other compilers
|
||||
# use -Wno-unused-parameters, because some callbacks may not
|
||||
|
||||
Reference in New Issue
Block a user