From 4ba86513acf5d201555e2dceb7400101023d270f Mon Sep 17 00:00:00 2001 From: leigh scott Date: Thu, 14 Oct 2010 18:39:38 +0100 Subject: [PATCH] - Don't rely on deprecated gdk symbol gdk_display. - Add Br libxslt-devel and dbus-devel - add flag to configure command so gtk decorator builds --- compiz.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compiz.spec b/compiz.spec index 26ac590..e09f599 100644 --- a/compiz.spec +++ b/compiz.spec @@ -40,6 +40,7 @@ BuildRequires: fuse-devel BuildRequires: cairo-devel BuildRequires: libtool BuildRequires: libxslt-devel +BuildRequires: dbus-devel Source0: http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2 Source1: compiz-gtk @@ -148,7 +149,7 @@ libtoolize aclocal autoconf automake -%configure \ +%configure GTK_WINDOW_DECORATOR_CFLAGS=` -I/usr/include/dbus-1.0` \ --enable-gconf \ --enable-dbus \ --enable-place \ @@ -290,7 +291,8 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu Oct 14 2010 leigh scott - 0.8.6-5 - Don't rely on deprecated gdk symbol gdk_display. -- Add Br libxslt-devel +- Add Br libxslt-devel and dbus-devel +- add flag to configure command so gtk decorator builds * Wed Oct 06 2010 Kevin Kofler - 0.8.6-4 - Remove kde-desktop-effects.sh ("Compiz Switcher"), use System Settings instead