[cheese] add gio-2.0 and x11 to PKG_CHECK_MODULES



commit 3a76a346972d5ac46fb927f17b2e0458333d6e30
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Sun May 15 18:18:51 2011 +0200

    add gio-2.0 and x11 to PKG_CHECK_MODULES

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6b65668..426328d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,6 +137,8 @@ AM_CONDITIONAL(HAVE_XTEST, test "x$HAVE_TEST" = "xyes")
 
 PKG_CHECK_MODULES(CHEESE, \ 
   glib-2.0 >= $GLIB_REQUIRED \
+  gio-2.0 >= $GIO_REQUIRED \
+  x11 \
   gobject-2.0 >= $GOBJECT_REQUIRED \
   gdk-pixbuf-2.0 \
   gstreamer-0.10 >= $GSTREAMER_REQUIRED \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]