Fixed buildrequires
This commit is contained in:
parent
8ec7d712c6
commit
2afb73e715
@ -163,10 +163,9 @@ BuildRequires: bzip2-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: libIDL-devel
|
BuildRequires: libIDL-devel
|
||||||
%if %{?use_gtk3}
|
%if %{?use_gtk3}
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
%else
|
|
||||||
BuildRequires: gtk2-devel
|
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
BuildRequires: freetype-devel >= %{freetype_version}
|
BuildRequires: freetype-devel >= %{freetype_version}
|
||||||
@ -427,13 +426,13 @@ esac
|
|||||||
|
|
||||||
cd %{tarballdir}
|
cd %{tarballdir}
|
||||||
|
|
||||||
echo "Generate big endian version of config/external/icu/data/icud58l.dat"
|
|
||||||
%if 0%{?big_endian}
|
%if 0%{?big_endian}
|
||||||
|
echo "Generate big endian version of config/external/icu/data/icud58l.dat"
|
||||||
cd mozilla
|
cd mozilla
|
||||||
./mach python intl/icu_sources_data.py .
|
./mach python intl/icu_sources_data.py .
|
||||||
ls -l config/external/icu/data
|
ls -l config/external/icu/data
|
||||||
rm -f config/external/icu/data/icudt*l.dat
|
rm -f config/external/icu/data/icudt*l.dat
|
||||||
cd -
|
cd ..
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Update the various config.guess to upstream release for aarch64 support
|
# Update the various config.guess to upstream release for aarch64 support
|
||||||
|
Loading…
Reference in New Issue
Block a user