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

Loading…
Cancel
Save