[gnome-settings-daemon/gnome-3-6] build: Don't build orientation plugin if GUdev is not available



commit 2b3ab732dfd86bca028bd39cf3e2e2933d8f6ef3
Author: Michael Biebl <biebl debian org>
Date:   Sat Oct 27 04:07:57 2012 +0200

    build: Don't build orientation plugin if GUdev is not available
    
    We should check for have_gudev, not enable_gudev in this case.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 815750b..ed75e68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -215,7 +215,7 @@ dnl ---------------------------------------------------------------------------
 dnl - orientation plugin stuff
 dnl ---------------------------------------------------------------------------
 
-if test x$enable_gudev != xno; then
+if test x$have_gudev != xno; then
 	PKG_CHECK_MODULES(ORIENTATION, [gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION gudev-1.0])
 fi
 



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