Skip to content

Commit

Permalink
[xulrunner] Enable system ICU. Contributes to JB#36010
Browse files Browse the repository at this point in the history
  • Loading branch information
pvuorela committed Mar 18, 2019
1 parent 76b3076 commit 13a1ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/xulrunner-qt5.spec
Expand Up @@ -9,7 +9,7 @@
%define system_hunspell 1
%define system_jpeg 1
%define system_png 1
%define system_icu 0
%define system_icu 1
%define system_zlib 1
%define system_bz2 1
%define system_pixman 1
Expand Down Expand Up @@ -87,7 +87,7 @@ BuildRequires: python-devel
BuildRequires: zip
BuildRequires: unzip
%if %{system_icu}
BuildRequires: libicu52-devel
BuildRequires: libicu-devel
%endif
%if %{system_hunspell}
BuildRequires: hunspell-devel
Expand Down

0 comments on commit 13a1ce2

Please sign in to comment.