]> git.pld-linux.org Git - packages/emotion.git/commitdiff
- don't use %{?without_...:...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 15:38:04 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emotion.spec -> 1.14

emotion.spec

index 582934ff9b279924d3c5223ea861eae1ee417483..ad0f4499912538f8c4ab46d7700b1d65c438dd38 100644 (file)
@@ -100,8 +100,8 @@ Dekoder Emotion u
 %{__automake}
 %configure \
        %{!?with_static_libs:--disable-static} \
-       %{?without_gstreamer:--disable-gstreamer} \
-       %{?without_xine:--disable-xine}
+       %{!?with_gstreamer:--disable-gstreamer} \
+       %{!?with_xine:--disable-xine}
 %{__make}
 
 %install
This page took 0.173748 seconds and 4 git commands to generate.