From 068663408207c5ddf5901c4d161f21cb3e5a09e8 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 7 Jan 2011 08:33:51 +0200 Subject: [PATCH] * mug: make sure we don't use gtk deprecated stuff --- toys/mug/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toys/mug/Makefile.am b/toys/mug/Makefile.am index 89fb79af..c7854505 100644 --- a/toys/mug/Makefile.am +++ b/toys/mug/Makefile.am @@ -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