From e1c4b435e6249c0075a4ba047e850958de646dae Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Sat, 28 Nov 2020 12:31:31 +0900 Subject: [PATCH] Trying to fix the build issue --- fontconfig.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fontconfig.spec b/fontconfig.spec index 2745f2e..e89c52d 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -24,7 +24,8 @@ BuildRequires: libxml2-devel BuildRequires: freetype-devel >= %{freetype_version} BuildRequires: fontpackages-devel BuildRequires: autoconf automake libtool gettext -BuildRequires: gperf python3 +BuildRequires: gperf +BuildRequires: docbook-utils docbook-utils-pdf Requires: fonts-filesystem freetype # Register DTD system-wide to make validation work by default @@ -68,9 +69,6 @@ which is useful for developing applications that uses fontconfig. %autosetup -p1 %build -# We don't want to rebuild the docs, but we want to install the included ones. -export HASDOCBOOK=no - autoreconf %configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts \ --enable-libxml2 \