enable obs plugin and improve glx_tfp check

This commit is contained in:
drago01 2008-12-07 21:49:16 +00:00
parent 10cd6cc0f8
commit f4a8c9f2f6
3 changed files with 8 additions and 4 deletions

View File

@ -1,9 +1,9 @@
#!/bin/sh
export LIBGL_ALWAYS_INDIRECT=1
/usr/bin/glx_tfp_test
if [ $? -eq 0 ]; then
export LIBGL_ALWAYS_INDIRECT=1
gtk-window-decorator &
exec compiz --ignore-desktop-hints glib gconf $@
else

View File

@ -7,14 +7,14 @@
# List of plugins passed to ./configure. The order is important
%define plugins core,glib,gconf,dbus,png,svg,video,screenshot,decoration,clone,place,fade,minimize,move,resize,switcher,scale,wall
%define plugins core,glib,gconf,dbus,png,svg,video,screenshot,decoration,clone,place,fade,minimize,move,resize,switcher,scale,wall,obs
Name: compiz
URL: http://www.go-compiz.org
License: GPLv2+ and LGPLv2+ and MIT
Group: User Interface/Desktops
Version: 0.7.8
Release: 7%{?dist}
Release: 8%{?dist}
Summary: OpenGL window and compositing manager
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -376,6 +376,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Dec 07 2008 Adel Gadllah <adel.gadllah@gmail.com> - 0.7.8-8
- Add 'obs' to default plugin list
- Improve glx_tfp check
* Fri Dec 05 2008 Adel Gadllah <adel.gadllah@gmail.com> - 0.7.8-7
- Readd compiz-0.7.6-utility-windows.patch
- Fix memory leaks

View File

@ -1,4 +1,4 @@
cb8baed2983dec5184f196346f973ad2 compiz-0.7.8.tar.bz2
d56f2f6456fc89b06e1e0d21cab74f55 desktop-effects-0.7.18.tar.bz2
7a7766f43797239ca0a4a0881d91f646 kde-desktop-effects-0.0.5.tar.bz2
f7e0c4d917659d67a957bf391b525495 glx_tfp_test.c
023f543a5b3a4eafa003ca8f846ada1e glx_tfp_test.c