[jhbuild] ibus: stop depending on GConf
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] ibus: stop depending on GConf
- Date: Mon, 3 Mar 2014 17:39:31 +0000 (UTC)
commit d3301245e5dcd24fc1a83e7c4b5ef8b8a2908f3c
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Mar 3 12:37:54 2014 -0500
ibus: stop depending on GConf
ibus doesn't actually need gsettings-schema-convert in order to build
from tarball because it dists the needed file with the correct
timestamp.
Skip the check that would require installing gconf by hardwiring
/usr/bin/false as the path to the tool. If by some weird reason the
tool gets used, it will fail the build (but this should not happen).
Ack'd by Javier.
modulesets/gnome-suites-core-deps-3.12.modules | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.12.modules b/modulesets/gnome-suites-core-deps-3.12.modules
index bbbcdbd..ce0c9f3 100644
--- a/modulesets/gnome-suites-core-deps-3.12.modules
+++ b/modulesets/gnome-suites-core-deps-3.12.modules
@@ -1355,7 +1355,7 @@
</dependencies>
</autotools>
- <autotools id="ibus" autogenargs="--disable-tests --disable-gconf --enable-dconf --disable-memconf
--disable-ui">
+ <autotools id="ibus" autogenargs="--disable-tests --disable-gconf --enable-dconf --disable-memconf
--disable-ui GSETTINGS_SCHEMA_CONVERT=/usr/bin/false">
<branch repo="ibus"
module="ibus-${version}.tar.gz"
version="1.5.5"
@@ -1370,7 +1370,6 @@
<dep package="dconf"/>
<dep package="iso-codes"/>
<dep package="gtk+"/>
- <dep package="gconf"/>
</dependencies>
</autotools>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]