diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-20 16:48:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-20 16:51:34 +0000 |
commit | 7fff01817f61a2eb53a5da7248163630a7fb1555 (patch) | |
tree | ea8a9ec4fac64379a22af40ad895fd026cb9e0bb /configure.ac | |
parent | ff0c2916f002b630685c8a6fbae8494c7b01c6dd (diff) |
gdk-pixbuf-xlib-2.0->gdk-pixbuf-2.0
Change-Id: Ib58578fd9e093d912294d861094e19151a097534
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |