Use libicu for Unicode support, not libunistring
See https://bugzilla.gnome.org/show_bug.cgi?id=666749 for the details.
We were implicitly using libicu as a result of that bug, until
libunistring was wrongly specified in
c9f8e13cac
as a result of
https://bugzilla.redhat.com/show_bug.cgi?id=902549 causing a
regression in some locales.
This commit is contained in:
parent
054108a2cf
commit
80dfcaa071
@ -47,7 +47,8 @@ BuildRequires: totem-pl-parser-devel libvorbis-devel flac-devel
|
|||||||
BuildRequires: enca-devel
|
BuildRequires: enca-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: upower-devel libsecret-devel NetworkManager-glib-devel
|
BuildRequires: upower-devel libsecret-devel NetworkManager-glib-devel
|
||||||
BuildRequires: libunistring-devel gupnp-dlna-devel taglib-devel rest-devel
|
BuildRequires: gupnp-dlna-devel taglib-devel rest-devel
|
||||||
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libosinfo-devel
|
BuildRequires: libosinfo-devel
|
||||||
%if 0%{?with_libcue}
|
%if 0%{?with_libcue}
|
||||||
BuildRequires: libcue-devel
|
BuildRequires: libcue-devel
|
||||||
@ -156,7 +157,7 @@ autoreconf -f
|
|||||||
%if 0%{?with_thunderbird}
|
%if 0%{?with_thunderbird}
|
||||||
--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \
|
--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \
|
||||||
%endif
|
%endif
|
||||||
--with-unicode-support=libunistring \
|
--with-unicode-support=libicu \
|
||||||
--disable-qt \
|
--disable-qt \
|
||||||
--disable-functional-tests
|
--disable-functional-tests
|
||||||
# Disable the functional tests for now, they use python bytecodes.
|
# Disable the functional tests for now, they use python bytecodes.
|
||||||
|
Loading…
Reference in New Issue
Block a user