fix build

This commit is contained in:
drago01 2009-08-22 15:30:54 +00:00
parent c734a6f942
commit 27a6c869a4
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -upNr compiz-0.8.2.orign/configure.ac compiz-0.8.2/configure.ac
--- compiz-0.8.2.orign/configure.ac 2009-03-01 13:10:46.000000000 +0100
+++ compiz-0.8.2/configure.ac 2009-08-22 17:25:51.905352173 +0200
@@ -331,7 +331,7 @@ if test "x$use_gtk" = "xyes"; then
if test "x$use_gnome" = "xyes"; then
PKG_CHECK_MODULES(GNOME_WINDOW_SETTINGS,
- gnome-window-settings-2.0 gnome-desktop-2.0,
+ gnome-window-settings-2.0 gnome-desktop-2.0 gconf-2.0,
[use_gnome=yes], [use_gnome=no])
fi

View File

@ -14,7 +14,7 @@ URL: http://www.go-compiz.org
License: GPLv2+ and LGPLv2+ and MIT
Group: User Interface/Desktops
Version: 0.8.2
Release: 11%{?dist}
Release: 12%{?dist}
Summary: OpenGL window and compositing manager
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -73,6 +73,9 @@ Patch123: compiz-0.8.2-pin-initial-plugins.patch
# Make the terminal keybinding work (RH #439665)
Patch125: compiz-0.8.2-gnome-terminal.patch
#Fix build
Patch126: compiz-0.8.2-gconf-buildfix.patch
%description
Compiz is one of the first OpenGL-accelerated compositing window
managers for the X Window System. The integration allows it to perform
@ -149,6 +152,7 @@ popd
%patch123 -p1 -b .initial-plugins
%patch125 -p1 -b .gnome-terminal
%patch108 -p1 -b .pageflip
%patch126 -p1 -b .gconf
%build
rm -rf $RPM_BUILD_ROOT
@ -364,6 +368,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Aug 22 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.8.2-12
- Fix build
* Sat Aug 22 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.8.2-11
- Fix up the compiz-gtk script