]> git.pld-linux.org Git - packages/ecore.git/commitdiff
- ecore-desktop enabled
authorBartłomiej Zimoń <cactus@pld-linux.org>
Sun, 1 Jun 2008 14:59:54 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed unknow options

Changed files:
    ecore.spec -> 1.42

ecore.spec

index af2c899105b159b27982d499984946be13c39c98..2e8bb5b153f98cde5c83ea9d218d2e6dc7335b5c 100644 (file)
@@ -1,6 +1,6 @@
 #
 # TODO:
-# - why desktop and directfb does not build?
+# - why directfb does not build?
 # - fill imf summary and desc.
 #
 # Conditional build:
@@ -236,7 +236,7 @@ Requires:   %{name}-con = %{version}-%{release}
 Requires:      %{name}-config = %{version}-%{release}
 # + eet-devel >= 0.9.10.038
 #Requires:     %{name}-dbus = %{version}-%{release}
-#Requires:     %{name}-desktop = %{version}-%{release}
+Requires:      %{name}-desktop = %{version}-%{release}
 #Requires:     %{name}-directfb = %{version}-%{release}
 # + DirectFB-devel >= 0.9.16
 Requires:      %{name}-evas = %{version}-%{release}
@@ -292,8 +292,8 @@ Statyczne biblioteki Ecore.
        %{?with_xcb:--enable-ecore-x-xcb}       \
        --enable-ecore-job      \
        --enable-ecore-fb       \
+       --enable-ecore-desktop  \
        --enable-ecore-evas     \
-       --enable-ecore-evas-gl  \
        --enable-ecore-evas-xrender \
        --enable-ecore-evas-dfb \
        --enable-ecore-evas-fb  \
@@ -305,8 +305,7 @@ Statyczne biblioteki Ecore.
        --enable-ecore-file     \
        --enable-inotify        \
        --enable-poll           \
-       --enable-curl           \
-       --enable-pthreads
+       --enable-curl
 
 %{__make}
 
@@ -363,9 +362,9 @@ rm -rf $RPM_BUILD_ROOT
 #%defattr(644,root,root,755)
 #%attr(755,root,root) %{_libdir}/libecore_directfb.so.*
 
-#%files desktop
-#%defattr(644,root,root,755)
-#%attr(755,root,root) %{_libdir}/libecore_desktop.so.*
+%files desktop
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libecore_desktop.so.*
 
 %files evas
 %defattr(644,root,root,755)
This page took 0.087169 seconds and 4 git commands to generate.