diff options
Diffstat (limited to 'debian/compiz-trinity/compiz-trinity-0.8.4/debian/patches/101-build-without-gconf.patch')
-rw-r--r-- | debian/compiz-trinity/compiz-trinity-0.8.4/debian/patches/101-build-without-gconf.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/compiz-trinity/compiz-trinity-0.8.4/debian/patches/101-build-without-gconf.patch b/debian/compiz-trinity/compiz-trinity-0.8.4/debian/patches/101-build-without-gconf.patch new file mode 100644 index 00000000..9468b873 --- /dev/null +++ b/debian/compiz-trinity/compiz-trinity-0.8.4/debian/patches/101-build-without-gconf.patch @@ -0,0 +1,19 @@ +Index: compiz-trinity-0.8.4/configure.ac +=================================================================== +--- compiz-trinity-0.8.4.orig/configure.ac ++++ compiz-trinity-0.8.4/configure.ac +@@ -192,9 +192,12 @@ 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 +-fi + +-AM_GCONF_SOURCE_2 ++ AM_GCONF_SOURCE_2 ++else ++ m4_pattern_allow([AM_GCONF_SOURCE_2]) ++ AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, false) ++fi + + AM_CONDITIONAL(USE_GCONF, test "x$use_gconf" = "xyes") + if test "$use_gconf" = yes; then |