diff options
author | Martin Stransky <stransky@redhat.com> | 2014-11-04 12:29:18 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2014-11-04 12:29:18 +0100 |
commit | 679cc42f432fb5577e2c3e64092a76c8b38c93ef (patch) | |
tree | 21dc450307c81b4fbc257eb155dbea0d0a59e93c /firefox.spec | |
parent | Enable Gtk3 for rawhide (diff) | |
download | librewolf-fedora-ff-679cc42f432fb5577e2c3e64092a76c8b38c93ef.tar.gz librewolf-fedora-ff-679cc42f432fb5577e2c3e64092a76c8b38c93ef.tar.bz2 librewolf-fedora-ff-679cc42f432fb5577e2c3e64092a76c8b38c93ef.zip |
Build fix - gtk3 needs also gtk2 to build NPAPI plugin support
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index c0565ed..41f3388 100644 --- a/firefox.spec +++ b/firefox.spec @@ -173,9 +173,8 @@ BuildRequires: zlib-devel BuildRequires: libIDL-devel %if %{toolkit_gtk3} BuildRequires: gtk3-devel -%else -BuildRequires: gtk2-devel %endif +BuildRequires: gtk2-devel BuildRequires: krb5-devel BuildRequires: pango-devel BuildRequires: freetype-devel >= %{freetype_version} |