remove spec file entires for 16bpp engines.

SVN revision: 77031
This commit is contained in:
Carsten Haitzler 2012-09-24 04:15:20 +00:00
parent bb4ee2174c
commit 8f1c793565
1 changed files with 0 additions and 20 deletions

View File

@ -19,7 +19,6 @@
%bcond_with module_saver_edb
%bcond_with module_engine_directfb
%bcond_with module_engine_gl_x11
%bcond_with module_engine_software_16_x11
%bcond_with module_engine_software_sdl
%bcond_with module_engine_software_xcb
%bcond_with module_loader_gif
@ -77,7 +76,6 @@
%define ac_with_module_engine_fb --%{?with_module_engine_fb:en}%{!?with_module_engine_fb:dis}able-fb
%define ac_with_module_engine_gl_x11 --%{?with_module_engine_gl_x11:en}%{!?with_module_engine_gl_x11:dis}able-gl-x11
%define ac_with_module_engine_directfb --%{?with_module_engine_directfb:en}%{!?with_module_engine_directfb:dis}able-directfb
%define ac_with_module_engine_software_16_x11 --%{?with_module_engine_software_16_x11:en}%{!?with_module_engine_software_16_x11:dis}able-software-16-x11
%define ac_with_module_engine_software_sdl --%{?with_module_engine_software_sdl:en}%{!?with_module_engine_software_sdl:dis}able-sdl
%define ac_with_module_engine_software_xcb --%{?with_module_engine_software_xcb:en}%{!?with_module_engine_software_xcb:dis}able-software-xcb
@ -351,16 +349,6 @@ Requires: evas
Directfb rendering engine module for Evas
%endif
%if %{with module_engine_software_16_x11}
%package module_engine_software_16_x11
Summary: Software 16-bit X11 rendering engine module for Evas
Group: System Environment/Libraries
Requires: evas-module_engine_software_generic
Requires: evas
%description module_engine_software_16_x11
Software 16-bit X11 rendering engine module for Evas
%endif
%if %{with module_engine_software_sdl}
%package module_engine_software_sdl
Summary: Software SDL X11 rendering engine module for Evas
@ -414,7 +402,6 @@ Software XCB X11 rendering engine module for Evas
%{?ac_with_module_engine_fb} \
%{?ac_with_module_engine_gl_x11} \
%{?ac_with_module_engine_directfb} \
%{?ac_with_module_engine_software_16_x11} \
%{?ac_with_module_engine_software_sdl} \
%{?ac_with_module_engine_software_xcb} \
$RPM_CONFIGURE_OPTS
@ -606,13 +593,6 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%{_libdir}/evas/modules/engines/directfb/*/module.so
%endif
%if %{with module_engine_software_16_x11}
%files module_engine_software_16_x11
%defattr(-, root, root)
%{_libdir}/evas/modules/engines/software_16/*/module.so
%{_libdir}/evas/modules/engines/software_16_x11/*/module.so
%endif
%if %{with module_engine_software_sdl}
%files module_engine_software_sdl
%defattr(-, root, root)