summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2009-10-05 15:28:47 +0200
committerAlessandro Decina <alessandro.d@gmail.com>2009-10-05 15:28:47 +0200
commite35db71cb839a85bef8099609e5a4649c0ced361 (patch)
tree24b3a1cb65b3c099874279f3a0f94bb66de8cae0
parenta789d14f8d0253d673d5aac3752d337573f5cd76 (diff)
Depend on gtk-x11 explicitly.
Fixes the build on OSX if gtk+-quartz is installed.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0f1e4c092..7c3266661 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@ AC_SUBST(GSTPB_PREFIX)
dnl GTK is optional and used in examples
HAVE_GTK=NO
-PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8.0, HAVE_GTK=yes, HAVE_GTK=no)
+PKG_CHECK_MODULES(GTK, gtk+-x11-2.0 >= 2.8.0, HAVE_GTK=yes, HAVE_GTK=no)
AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
dnl libglade is optional and only used in examples