diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-02-24 12:15:32 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-02-24 12:15:32 +0300 |
commit | 7e7fa358ee26b7df34c4d70334bbd63af762acdd (patch) | |
tree | 27387b9206f36aa9ec6216c0ef09033d78cac043 /x11-wm/compiz/files/compiz-no-gconf.patch | |
parent | 1c9814721db82e9b02ab202aca117891008c7950 (diff) |
removed broken and outdated
Diffstat (limited to 'x11-wm/compiz/files/compiz-no-gconf.patch')
-rw-r--r-- | x11-wm/compiz/files/compiz-no-gconf.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/compiz/files/compiz-no-gconf.patch b/x11-wm/compiz/files/compiz-no-gconf.patch deleted file mode 100644 index d43e84d..0000000 --- a/x11-wm/compiz/files/compiz-no-gconf.patch +++ /dev/null @@ -1,20 +0,0 @@ - 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]) |