diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-03 08:28:57 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-03 08:28:57 +0200 |
commit | 1773db66fefe1909d4b64c4de85dae0a6a49e78b (patch) | |
tree | eb91e970275b1be5fff8514309ae8fe7810c9683 | |
parent | 418f9d5505538728e0a8d88954a70ee4c9e190a1 (diff) |
php56-php: cleanup
-rw-r--r-- | php.spec | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -70,11 +70,7 @@ %global with_mcrypt 1 %global with_mssql 1 %global with_tidy 1 -%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 %global with_sqlite3 1 -%else -%global with_sqlite3 0 -%endif %global with_enchant 1 %global with_recode 1 %global with_t1lib 1 @@ -686,10 +682,10 @@ BuildRequires: libjpeg-devel, libpng-devel, freetype-devel BuildRequires: libXpm-devel %if %{with_t1lib} BuildRequires: t1lib-devel +%endif %if %{with_vpx} BuildRequires: libvpx-devel %endif -%endif %if %{with_libgd} BuildRequires: gd-devel >= 2.1.0 %endif |