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:
Debarshi Ray 2013-12-18 17:46:00 +01:00
parent 054108a2cf
commit 80dfcaa071

View File

@ -47,7 +47,8 @@ BuildRequires: totem-pl-parser-devel libvorbis-devel flac-devel
BuildRequires: enca-devel
%endif
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
%if 0%{?with_libcue}
BuildRequires: libcue-devel
@ -156,7 +157,7 @@ autoreconf -f
%if 0%{?with_thunderbird}
--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \
%endif
--with-unicode-support=libunistring \
--with-unicode-support=libicu \
--disable-qt \
--disable-functional-tests
# Disable the functional tests for now, they use python bytecodes.