]> git.pld-linux.org Git - packages/jasper.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:
    jasper.spec -> 1.34

jasper.spec

index 61fde54d3bec012fb94a916815b04bcd39a5474a..ab135eb194e0f85ecf0e7c44df75d24bc2ad17d4 100644 (file)
@@ -107,7 +107,7 @@ kolor
 %{__autoheader}
 %{__automake}
 %configure \
-        %{?without_opengl:--disable-opengl} \
+        %{!?with_opengl:--disable-opengl} \
        --enable-shared
 
 %{__make}
This page took 0.041072 seconds and 4 git commands to generate.