[jhbuild] 3.12: Add --disable-x11 to libxkbcommon



commit b224e08fa370a1b00adf5db419bf997b2da683c7
Author: Alberto Ruiz <aruiz redhat com>
Date:   Mon Feb 3 15:30:49 2014 +0100

    3.12: Add --disable-x11 to libxkbcommon
    
    libxkbcommon depends optionally on xcb-xkb now, we don't need it for
    now. Adding --disable-x11 to the configure args to allow builds.
    
    If we add xcb-xkb in the future we need to remove this option from the args

 modulesets/gnome-suites-core-deps-3.12.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.12.modules b/modulesets/gnome-suites-core-deps-3.12.modules
index 89c266d..a75e0e1 100644
--- a/modulesets/gnome-suites-core-deps-3.12.modules
+++ b/modulesets/gnome-suites-core-deps-3.12.modules
@@ -1118,7 +1118,7 @@
     <branch repo="git.freedesktop.org" checkoutdir="libevdev" module="libevdev"/>
   </autotools>
 
-  <autotools id="libxkbcommon" autogenargs="--with-xkb-config-root=/usr/share/X11/xkb">
+  <autotools id="libxkbcommon" autogenargs="--with-xkb-config-root=/usr/share/X11/xkb --disable-x11">
     <branch repo="github.com" checkoutdir="libxkbcommon" module="xkbcommon/libxkbcommon.git"/>
     <dependencies>
       <dep package="xorg-macros"/>


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