diff options
author | Jan Horak <jhorak@redhat.com> | 2015-11-05 13:27:00 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2015-11-05 13:27:00 +0100 |
commit | 83f478f74fd5fc8e2fab51f13cdaf8de75bb99d4 (patch) | |
tree | 749f7072924865856cd1689d6f400db49067ff30 /firefox.spec | |
parent | Using pkgconfig where possible (diff) | |
download | librewolf-fedora-ff-83f478f74fd5fc8e2fab51f13cdaf8de75bb99d4.tar.gz librewolf-fedora-ff-83f478f74fd5fc8e2fab51f13cdaf8de75bb99d4.tar.bz2 librewolf-fedora-ff-83f478f74fd5fc8e2fab51f13cdaf8de75bb99d4.zip |
Revert changes to pkgconfig for libvpx, cannot build right now in koji
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 389bf6a..a5bf75b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -160,7 +160,7 @@ BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(libnotify) >= %{libnotify_version} BuildRequires: pkgconfig(dri) BuildRequires: pkgconfig(libcurl) -BuildRequires: pkgconfig(libvpx) >= %{libvpx_version} +BuildRequires: libvpx-devel >= %{libvpx_version} BuildRequires: autoconf213 BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(icu-i18n) |