summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2015-11-05 13:27:00 +0100
committerJan Horak <jhorak@redhat.com>2015-11-05 13:27:00 +0100
commit83f478f74fd5fc8e2fab51f13cdaf8de75bb99d4 (patch)
tree749f7072924865856cd1689d6f400db49067ff30
parentUsing pkgconfig where possible (diff)
downloadlibrewolf-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
-rw-r--r--firefox.spec2
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)
bgstack15