]> git.pld-linux.org Git - packages/exact-image.git/commitdiff
as the builders refuse to install libpng12-devel, disabled PNG again
authorTomasz Pala <gotar@pld-linux.org>
Mon, 6 Oct 2014 12:37:16 +0000 (14:37 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Mon, 6 Oct 2014 12:37:16 +0000 (14:37 +0200)
exact-image.spec

index d231ec26f7d372eda0c85fb6078ee182ec460301..b6977870a5dc587a65816967d22fe343be685422 100644 (file)
@@ -13,7 +13,7 @@ BuildRequires:        agg-devel >= 2.3
 BuildRequires: evas-devel >= 0.9.9
 BuildRequires: jasper-devel
 BuildRequires: lcms-devel >= 1.10
-BuildRequires: libpng12-devel >= 1.2
+#BuildRequires:        libpng12-devel >= 1.2
 BuildRequires: libstdc++-devel
 BuildRequires: libtiff-cxx-devel
 BuildRequires: giflib4-devel
@@ -37,7 +37,7 @@ alternative to ImageMagick.
 %patch0 -p1
 
 %build
-./configure --prefix=%{_prefix} --without-php \
+./configure --prefix=%{_prefix} --without-libpng --without-php \
 %ifarch %{x8664}
        --without-lua --without-perl --without-python
 %endif
This page took 0.05834 seconds and 4 git commands to generate.