[Lunar-commits] <moonbase-other> ibus: make dbus/GConf optional
v4hn
me at v4hn.de
Thu Oct 10 21:12:23 CEST 2013
commit cb7ac15e226c409c1fa3426e9fb8f3d2571a8a74
Author: v4hn <me at v4hn.de>
Date: Thu, 10 Oct 2013 11:56:31 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/cb7ac15e226c409c1fa3426e9fb8f3d2571a8a74
ibus: make dbus/GConf optional
---
libs/ibus/DEPENDS | +3/-1
1 file changed, 3 insertions(+), 1 deletion(-)
--- a/libs/ibus/DEPENDS
+++ b/libs/ibus/DEPENDS
@@ -2,8 +2,10 @@ depends intltool
depends hicolor-icon-theme
depends pygobject
depends vala
-depends dconf
depends iso-codes
optional_depends gtk+-2 "--enable-gtk2" "--disable-gtk2" "build gtk2 im module"
# coming soon
#optional_depends gtk+-3 "--enable-gtk3" "--disable-gtk3" "build gtk3 im module"
+
+optional_depends dconf "--enable-dconf" "--disable-dconf" "dconf support"
+optional_depends GConf "" "" "required for dconf support"
More information about the Lunar-commits
mailing list