[gnome-desktop] build: Lower XEXT_REQUIRED dependency to 1.1



commit fafbe26e12937405f7cef3dfa6142098ddc73ebd
Author: Sean Finney <seanius seanius net>
Date:   Mon Sep 19 12:27:12 2011 +0000

    build: Lower XEXT_REQUIRED dependency to 1.1
    
    It seems the reason for needing Xext is for the function DPMCapable(),
    which is also available in the 1.1.x versions.  Without lowering the
    dependency it is not possible to compile gnome-desktop (and thus anything
    that depends on it) on a stock Ubuntu Lucid system.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659472

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 93d64f2..c5cbde8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,7 +115,7 @@ GTK_REQUIRED=3.0
 GLIB_REQUIRED=2.19.1
 XRANDR_REQUIRED=1.2
 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.1.4
-XEXT_REQUIRED=1.2
+XEXT_REQUIRED=1.1
 
 AC_SUBST(GTK_REQUIRED)
 AC_SUBST(GLIB_REQUIRED)



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