Browse Source

freetype requires pkgconfig

master
parent
commit
07f301729a
  1. 4
      php-fpm/php-fpm.spec

4
php-fpm/php-fpm.spec

@ -32,7 +32,7 @@ Class: BASE
Group: Web
License: PHP
Version: 7.2.10
Release: 20180913
Release: 20180930
# package options
%option with_bc no
@ -178,7 +178,7 @@ BuildPreReq: mm
PreReq: mm
%endif
%if "%{with_freetype}" == "yes"
BuildPreReq: freetype
BuildPreReq: freetype, pkgconfig
PreReq: freetype
%endif
%if "%{with_gettext}" == "yes"

Loading…
Cancel
Save