Enlightenment CVS committal

Author  : mej
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        evas.spec.in 


Log Message:
Tue Nov  6 21:42:00 2007                        Michael Jennings (mej)

Spec and build fixes.
----------------------------------------------------------------------

===================================================================
RCS file: /cvs/e/e17/libs/evas/evas.spec.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- evas.spec.in        7 Mar 2007 00:55:55 -0000       1.30
+++ evas.spec.in        7 Nov 2007 05:42:08 -0000       1.31
@@ -20,6 +20,7 @@
 %bcond_with    module_engine_directfb
 %bcond_with    module_engine_gl_x11
 %bcond_with    module_engine_software_qtopia
+%bcond_with    module_engine_software_sdl
 %bcond_with    module_engine_software_xcb
 %bcond_with    module_engine_xrender_x11
 %bcond_with    module_engine_xrender_xcb
@@ -66,6 +67,7 @@
 %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_qtopia 
--%{?with_module_engine_software_qtopia:en}%{!?with_module_engine_software_qtopia:dis}able-software-qtopia
+%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
 %define ac_with_module_engine_xrender_xcb 
--%{?with_module_engine_xrender_xcb:en}%{!?with_module_engine_xrender_xcb:dis}able-xrender-xcb
 
@@ -296,6 +298,17 @@
 Qtopia 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
+Group: System Environment/Libraries
+BuildRequires: SDL-devel
+Requires: evas-module_engine_software_generic
+Requires: evas
+%description module_engine_software_sdl
+Software SDL X11 rendering engine module for Evas
+%endif
+
 %if %{with module_engine_software_xcb}
 %package module_engine_software_xcb
 Summary: Software XCB X11 rendering engine module for Evas
@@ -343,6 +356,7 @@
     %{?ac_with_module_engine_gl_x11} \
     %{?ac_with_module_engine_directfb} \
     %{?ac_with_module_engine_software_qtopia} \
+    %{?ac_with_module_engine_software_sdl} \
     %{?ac_with_module_engine_software_xcb} \
     %{?ac_with_module_engine_xrender_xcb} \
     $RPM_CONFIGURE_OPTS
@@ -372,7 +386,6 @@
 %{_libdir}/*.so
 %{_libdir}/*.la
 %{_libdir}/*.a
-%{_bindir}/evas-config
 %{_libdir}/pkgconfig/*
 %{_includedir}/*.h
 
@@ -498,6 +511,12 @@
 %files module_engine_software_qtopia
 %defattr(-, root, root)
 %{_libdir}/evas/modules/engines/software_qtopia/*/module.so
+%endif
+
+%if %{with module_engine_software_sdl}
+%files module_engine_software_sdl
+%defattr(-, root, root)
+%{_libdir}/evas/modules/engines/software_sdl/*/module.so
 %endif
 
 %if %{with module_engine_software_xcb}



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to