gtk+: unbreak build with gdk-pixbuf-2.31.
Undefine GDK_PIXBUF_DISABLE_DEPRECATED.
This commit is contained in:
parent
95bca34edd
commit
b3069b022c
|
@ -22,6 +22,8 @@ depends="shared-mime-info dbus-x11 gdk-pixbuf>=2.26.1_2
|
|||
conf_files="/etc/gtk-2.0/im-multipress.conf"
|
||||
triggers="gtk-immodules"
|
||||
|
||||
CFLAGS="-UGDK_PIXBUF_DISABLE_DEPRECATED"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# XXX needs native glib-mkenums and cups-config.
|
||||
hostmakedepends+=" libtool gtk-doc glib-devel cups-devel gdk-pixbuf-devel
|
||||
|
|
Loading…
Reference in New Issue