summaryrefslogtreecommitdiff
path: root/x11-wm/compiz/files/compiz-no-gconf.patch
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-02-07 14:41:11 +0200
committerBlackNoxis <steven.darklight@gmail.com>2015-02-07 14:41:11 +0200
commit46aa2d6b49bd0bbcc030e1af9df6e317afeb8370 (patch)
tree160fdd4e9e701c6e840df5221e174e7eddd0c3f3 /x11-wm/compiz/files/compiz-no-gconf.patch
parent3884e76580b91fd65999af449739dd4765455316 (diff)
Added plugins and compiz wm
Diffstat (limited to 'x11-wm/compiz/files/compiz-no-gconf.patch')
-rw-r--r--x11-wm/compiz/files/compiz-no-gconf.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/compiz/files/compiz-no-gconf.patch b/x11-wm/compiz/files/compiz-no-gconf.patch
new file mode 100644
index 00000000..d43e84de
--- /dev/null
+++ b/x11-wm/compiz/files/compiz-no-gconf.patch
@@ -0,0 +1,20 @@
+ configure.ac | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 7b09153..9c22ea0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -192,10 +192,10 @@ if test "x$use_gconf" = "xyes"; then
+ if test x"$GCONFTOOL" = xno; then
+ AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
+ fi
++else
++ AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$use_gconf" = "xyes")
+ fi
+
+-AM_GCONF_SOURCE_2
+-
+ AM_CONDITIONAL(USE_GCONF, test "x$use_gconf" = "xyes")
+ if test "$use_gconf" = yes; then
+ AC_DEFINE(USE_GCONF, 1, [Build gconf plugin])