[gnome-initial-setup] Revert "configure: Be more less redundant with our dependencies"



commit aa052cf1739d86fc94e0ed9f405dc762d2b293a7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Nov 8 18:35:18 2012 -0500

    Revert "configure: Be more less redundant with our dependencies"
    
    This reverts commit 319603b95849fda8974919ffbd411e435e344f7c.
    
    This is wrong; cheese is marked as a Requires.private of cheese-gtk.
    WTF?

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ba65953..8cc41b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ PKG_CHECK_MODULES(INITIAL_SETUP,
                   gdm)
 
 PKG_CHECK_MODULES(CHEESE,
+                  cheese
                   cheese-gtk >= 3.3.5,
                   have_cheese=yes, have_cheese=no)
 AM_CONDITIONAL(HAVE_CHEESE, [test x$have_cheese = xyes])



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