]> git.pld-linux.org Git - packages/php.git/commitdiff
The bundled libgd requires libwebp instead of libvpx for the WebP functionality.
authorElan Ruusamäe <glen@delfi.ee>
Sun, 20 Sep 2015 18:27:43 +0000 (21:27 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 20 Sep 2015 18:27:43 +0000 (21:27 +0300)
php.spec

index 3672ac1560b4ab0675ec72173aedea781125b4b5..09dcb38f8172726d92bb88d2313a9af7691128d9 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -242,7 +242,7 @@ BuildRequires:      libjpeg-devel
 BuildRequires: libltdl-devel >= 1.4
 BuildRequires: libmcrypt-devel >= 2.4.4
 BuildRequires: libpng-devel >= 1.0.8
-%{?with_webp:BuildRequires:    libvpx-devel}
+%{?with_webp:BuildRequires:    libwebp-devel}
 BuildRequires: tokyocabinet-devel
 %if "%{pld_release}" != "ac"
 BuildRequires: libtool >= 2:2.2
This page took 0.446573 seconds and 4 git commands to generate.