compiz: Build without support for gconf.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/11/head
parent
6b59e98719
commit
52e5ffe140
@ -0,0 +1,20 @@
|
|||||||
|
Index: compiz-fusion-plugins-extra-trinity-0.8.4/configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- compiz-fusion-plugins-extra-trinity-0.8.4.orig/configure.ac
|
||||||
|
+++ compiz-fusion-plugins-extra-trinity-0.8.4/configure.ac
|
||||||
|
@@ -161,10 +161,12 @@ if test x"$use_schemas" = x"yes"; then
|
||||||
|
fi
|
||||||
|
xsltdir=`$PKG_CONFIG --variable=xsltdir compiz-gconf`
|
||||||
|
AC_SUBST(xsltdir)
|
||||||
|
-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_SCHEMAS, test "x$use_schemas" = "xyes")
|
||||||
|
if test "$use_schemas" = yes; then
|
@ -1,2 +1,3 @@
|
|||||||
|
|
||||||
crash_fix_4082dc3c.patch
|
crash_fix_4082dc3c.patch
|
||||||
|
01-disable-gconf.patch
|
||||||
|
@ -0,0 +1,20 @@
|
|||||||
|
Index: compiz-fusion-plugins-main-trinity-0.8.4/configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- compiz-fusion-plugins-main-trinity-0.8.4.orig/configure.ac
|
||||||
|
+++ compiz-fusion-plugins-main-trinity-0.8.4/configure.ac
|
||||||
|
@@ -173,10 +173,12 @@ if test x"$use_schemas" = x"yes"; then
|
||||||
|
fi
|
||||||
|
xsltdir=`$PKG_CONFIG --variable=xsltdir compiz-gconf`
|
||||||
|
AC_SUBST(xsltdir)
|
||||||
|
-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_SCHEMAS, test "x$use_schemas" = "xyes")
|
||||||
|
if test "$use_schemas" = yes; then
|
@ -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
|
Loading…
Reference in New Issue