Trying to fix the build issue

This commit is contained in:
Akira TAGOH 2020-11-28 12:31:31 +09:00
parent bea6e439c6
commit e1c4b435e6

View File

@ -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 \