[gnome-settings-daemon] configure: If ibus support is enabled require 1.4.99
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] configure: If ibus support is enabled require 1.4.99
- Date: Fri, 27 Jul 2012 07:17:11 +0000 (UTC)
commit 6df31edc3182cd2bb943875778acae51cfd4f33c
Author: Rico Tzschichholz <ricotz t-online de>
Date: Fri Jul 27 09:11:10 2012 +0200
configure: If ibus support is enabled require 1.4.99
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c946a29..485585d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,7 @@ UPOWER_GLIB_REQUIRED_VERSION=0.9.1
PA_REQUIRED_VERSION=0.9.16
LIBWACOM_REQUIRED_VERSION=0.5
UPOWER_REQUIRED_VERSION=0.9.11
+IBUS_REQUIRED_VERSION=1.4.99
EXTRA_COMPILE_WARNINGS(yes)
@@ -182,7 +183,7 @@ AC_ARG_ENABLE(ibus,
enable_ibus=yes)
if test "x$enable_ibus" = "xyes" ; then
- IBUS_MODULE=ibus-1.0
+ IBUS_MODULE="ibus-1.0 >= $IBUS_REQUIRED_VERSION"
AC_DEFINE(HAVE_IBUS, 1, [Defined if IBus support is enabled])
else
IBUS_MODULE=
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]