Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/compiz/files: compiz-no-gconf.patch
Date: Fri, 31 Oct 2008 22:39:55
Message-Id: E1Kw2en-0000Lu-F1@stork.gentoo.org
1 jmbsvicetto 08/10/31 22:39:53
2
3 Added: compiz-no-gconf.patch
4 Log:
5 Added missing patch to compiz.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 x11-wm/compiz/files/compiz-no-gconf.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz/files/compiz-no-gconf.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz/files/compiz-no-gconf.patch?rev=1.1&content-type=text/plain
13
14 Index: compiz-no-gconf.patch
15 ===================================================================
16 configure.ac | 4 ++--
17 1 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/configure.ac b/configure.ac
20 index 7b09153..9c22ea0 100644
21 --- a/configure.ac
22 +++ b/configure.ac
23 @@ -192,10 +192,10 @@ if test "x$use_gconf" = "xyes"; then
24 if test x"$GCONFTOOL" = xno; then
25 AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
26 fi
27 +else
28 + AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$use_gconf" = "xyes")
29 fi
30
31 -AM_GCONF_SOURCE_2
32 -
33 AM_CONDITIONAL(USE_GCONF, test "x$use_gconf" = "xyes")
34 if test "$use_gconf" = yes; then
35 AC_DEFINE(USE_GCONF, 1, [Build gconf plugin])