]> git.pld-linux.org Git - packages/allegro.git/commitdiff
- alsa bcond
authorlisu <lisu@pld-linux.org>
Fri, 13 Feb 2009 10:35:40 +0000 (10:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro.spec -> 1.71.2.9

allegro.spec

index aa547bb6878679cf77178add235098175d25d94b..088f8c830bb66348caad6b896ef286e3d58185f3 100644 (file)
@@ -434,12 +434,8 @@ biblioteki allegro.
 #TARGET_ARCH="%{rpmcflags}" export TARGET_ARCH
 # dbglib & proflib are compiled besides normlib, so it's ok to have them here
 #%%configure \
-#%     %{?with_static:--enable-static} \
 #%     %{?with_dbglib:--enable-dbglib} \
 #%     %{?with_proflib:--enable-proflib} \
-#%%if !%{with alsa}
-#      --disable-alsadigi \
-#      --disable-alsamidi \
 #%%endif
 #%     %{!?with_arts:--disable-artsdigi} \
 #%     %{!?with_dga2:--disable-xwin-dga2} \
@@ -462,6 +458,7 @@ cd Build
 %cmake .. \
        -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
        %{?with_static:-DSHARED="off"} \
+       %{!?with_alsa:-DWANT_ALSA="off"}
 
 %{__make}
 #%%{__make} \
This page took 0.102992 seconds and 4 git commands to generate.