summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-20 16:48:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-20 16:51:34 +0000
commit7fff01817f61a2eb53a5da7248163630a7fb1555 (patch)
treeea8a9ec4fac64379a22af40ad895fd026cb9e0bb /configure.ac
parentff0c2916f002b630685c8a6fbae8494c7b01c6dd (diff)
gdk-pixbuf-xlib-2.0->gdk-pixbuf-2.0
Change-Id: Ib58578fd9e093d912294d861094e19151a097534
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 49ad20a6bcd0..b42be82dc5cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10062,7 +10062,7 @@ ENABLE_SYSTRAY_GTK=""
if test "$test_gtk" = "yes"; then
if test "$ENABLE_GTK" = "TRUE"; then
- PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.10.0 gdk-pixbuf-xlib-2.0 >= 2.2 ,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages]))
+ PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.10.0 gdk-pixbuf-2.0 >= 2.2 ,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages]))
GTK_CFLAGS=$(printf '%s' "$GTK_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g")
PKG_CHECK_MODULES(GTHREAD, gthread-2.0,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages]))
BUILD_TYPE="$BUILD_TYPE GTK"