]> git.pld-linux.org Git - packages/evas.git/commitdiff
- without directfb bcond
authorsparky <sparky@pld-linux.org>
Mon, 23 Jan 2006 17:56:21 +0000 (17:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evas.spec -> 1.19

evas.spec

index d16b7c46b44bc245e3c75aaece061a3a8a98aefd..3379f8891bc7da9e01384e5768460cc67adbaf15 100644 (file)
--- a/evas.spec
+++ b/evas.spec
@@ -3,6 +3,7 @@
 %bcond_without mmx             # without MMX and MMX2
 %bcond_without sse             # without SSE
 %bcond_without altivec         # without altivec
+%bcond_without directfb        # build without DirectFB support
 %bcond_without static_libs     # don't build static library
 #
 %ifnarch i586 i686 athlon %{x8664}
@@ -26,7 +27,7 @@ Source0:      http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
 # Source0-md5: ca5528c8894d49cbdf77873f5974c0e8
 #Patch0:               %{name}-missing_m4.patch
 URL:           http://enlightenment.org/Libraries/Evas/
-BuildRequires: DirectFB-devel
+%{?with_directfb:BuildRequires:        DirectFB-devel}
 BuildRequires: OpenGL-devel
 BuildRequires: autoconf
 BuildRequires: automake
@@ -109,7 +110,7 @@ Statyczna biblioteka Evas.
        %{!?with_static_libs:--disable-static} \
        --enable-software-x11   \
        --disable-software-xcb  \
-       --enable-directfb       \
+       --%{?with_directfb:en}%{!?with_directfb:dis}able-directfb       \
        --enable-fb             \
        --enable-buffer         \
        --disable-software-qtopia \
This page took 0.03963 seconds and 4 git commands to generate.