From aeeb419b4d45d4ad3ea3a67ea72680e06c1a5568 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bart=C5=82omiej=20Zimo=C5=84?= Date: Tue, 12 Aug 2008 22:35:17 +0000 Subject: [PATCH] =?utf8?q?-=20disable=20xrender=5Fxcb=20because=20of=20inc?= =?utf8?q?ompatible=20with=20latest=20xcb-util=20-=20waiting=20for=20patch?= =?utf8?q?=20thx=20to=20:=20Pawe=C5=82=20Chmiel=20golecpch//interia\pl=20-?= =?utf8?q?=20updated=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changed files: evas.spec -> 1.56 --- evas.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/evas.spec b/evas.spec index 4ef231c..780a3a5 100644 --- a/evas.spec +++ b/evas.spec @@ -1,6 +1,7 @@ # -# TODO : -# --enable-software-xcb \ - this not build +# TODO : +# software-xcb - BR: xcb-util => 0.2.1 +patch +# xrender-xcb - BR: xcb-util < 0.2.1 # # Conditional build: %bcond_without mmx # without MMX and MMX2 @@ -8,6 +9,7 @@ %bcond_without altivec # without altivec %bcond_without fb # build without FB support %bcond_with soft_xcb # build with software xcb support +%bcond_with xrender_xcb # build with xrender xcb support %bcond_without static_libs # don't build static library # %ifnarch i586 i686 pentium3 pentium4 athlon %{x8664} @@ -414,7 +416,7 @@ rm -f aclocal.m4 ltmain.sh --enable-gl-x11 \ --enable-glitz-x11 \ --enable-xrender-x11 \ - --enable-xrender-xcb \ + --%{?with_xrender_xcb:en}%{!?with_xrender_xcb:dis}able-xrender-xcb \ --enable-font-loader-eet \ --enable-image-loader-edb \ --enable-image-loader-eet \ @@ -545,11 +547,13 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libdir}/%{name}/modules/engines/xrender_x11/linux-gnu-* %attr(755,root,root) %{_libdir}/%{name}/modules/engines/xrender_x11/linux-gnu-*/module.so +%if %{with xrender_xcb} %files engine-xrender_xcb %defattr(644,root,root,755) %dir %{_libdir}/%{name}/modules/engines/xrender_xcb %dir %{_libdir}/%{name}/modules/engines/xrender_xcb/linux-gnu-* %attr(755,root,root) %{_libdir}/%{name}/modules/engines/xrender_xcb/linux-gnu-*/module.so +%endif %files loader-edb %defattr(644,root,root,755) -- 2.43.0