[jhbuild] core-deps-3.6: Build ibus with the memconf backend instead of dconf



commit a906e0c45a107d2de0449a0963f75d2e339a2f6d
Author: Rui Matos <tiagomatos gmail com>
Date:   Sun Jul 15 18:58:51 2012 +0200

    core-deps-3.6: Build ibus with the memconf backend instead of dconf
    
    ibus uses the dconf client API directly which changed incompatibly so
    ibus' dconf conf backend doesn't build now.
    
    The memconf backend is a simple hash table based backend which allows
    us to have a working ibus configuration even if it won't save its
    settings. This isn't a problem for us though since we don't rely on
    ibus' settings.

 modulesets/gnome-suites-core-deps-3.6.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.6.modules b/modulesets/gnome-suites-core-deps-3.6.modules
index 9b53e87..165b968 100644
--- a/modulesets/gnome-suites-core-deps-3.6.modules
+++ b/modulesets/gnome-suites-core-deps-3.6.modules
@@ -1111,7 +1111,7 @@
   </autotools>
 
   <autotools id="ibus"
-             autogenargs="--disable-tests --disable-gconf --enable-dconf --disable-ui"
+             autogenargs="--disable-tests --disable-gconf --disable-dconf --enable-memconf --disable-ui"
              makeargs="CFLAGS=-Wno-error">
     <branch repo="ibus"
             module="ibus-1.4.99.20120712.tar.gz" version="1.4.99.20120712"



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