diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-02-07 14:41:11 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-02-07 14:41:11 +0200 |
commit | 46aa2d6b49bd0bbcc030e1af9df6e317afeb8370 (patch) | |
tree | 160fdd4e9e701c6e840df5221e174e7eddd0c3f3 /x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch | |
parent | 3884e76580b91fd65999af449739dd4765455316 (diff) |
Added plugins and compiz wm
Diffstat (limited to 'x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch')
-rw-r--r-- | x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch b/x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch new file mode 100644 index 00000000..63222a5f --- /dev/null +++ b/x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch @@ -0,0 +1,22 @@ + configure.ac | 5 ++--- + 1 files changed, 2 insertions(+), 3 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 297a8cf..290e92b 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -171,11 +171,10 @@ + if test x"$use_schemas" = x"yes"; then + fi + xsltdir=`$PKG_CONFIG --variable=xsltdir compiz-gconf` + AC_SUBST(xsltdir) ++else ++ AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$use_gconf" = "xyes") + fi + +-AM_GCONF_SOURCE_2 +- +- + AM_CONDITIONAL(USE_SCHEMAS, test "x$use_schemas" = "xyes") + if test "$use_schemas" = yes; then + AC_DEFINE(USE_SCHEMAS, 1, [Build gconf schemas]) |