compiz: Changes to 'debian-unstable'
debian/patches/562027-fix-gconf-ftbfs.patch | 12 ++++++++++++
debian/patches/series | 1 +
2 files changed, 13 insertions(+)
New commits:
commit 08d424189b18a156f8a353ecca22646c5f3af922
Author: Sean Finney <seanius@debian.org>
Date: Tue Jan 26 21:07:39 2010 +0100
Fix FTBFS: "gconf/gconf-client.h: No such file or directory"
Thanks: Sebastian Harl <tokkee@debian.org>
Closes: #562027, #562438
diff --git a/debian/patches/562027-fix-gconf-ftbfs.patch b/debian/patches/562027-fix-gconf-ftbfs.patch
new file mode 100644
index 0000000..9cd30b5
--- /dev/null
+++ b/debian/patches/562027-fix-gconf-ftbfs.patch
@@ -0,0 +1,12 @@
+--- compiz.orig/gtk/gnome/Makefile.am
++++ compiz/gtk/gnome/Makefile.am
+@@ -2,7 +2,8 @@ moduledir = $(DESTDIR)$(windowsettingsli
+
+ if USE_GNOME
+ libcompiz_la_LDFLAGS = -export-dynamic -avoid-version -rpath $(moduledir)
+-libcompiz_la_LIBADD = @GNOME_WINDOW_SETTINGS_LIBS@
++libcompiz_la_LIBADD = @GNOME_WINDOW_SETTINGS_LIBS@ @GCONF_LIBS@
++libcompiz_la_CFLAGS = @GCONF_CFLAGS@
+ libcompiz_la_SOURCES = \
+ compiz-window-manager.c \
+ compiz-window-manager.h
diff --git a/debian/patches/series b/debian/patches/series
index fe1220d..886dee9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -29,3 +29,4 @@ ubuntu/049-damage-report-non-empty.patch
ubuntu/050_stacking.patch
# this patch modifies ./configure but configure.ac already has this fix
#ubuntu/099-autogen.patch
+562027-fix-gconf-ftbfs.patch
Reply to: