diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-19 23:41:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-19 23:41:29 +0200 |
commit | 46b1a805b4370e1dfb357fcd6600af4829a3ae68 (patch) | |
tree | 73de0a718ee681dc0d275a215996c5aae070b08c | |
parent | 1852543d602345f69d4f99f307cdfb4a3eebd191 (diff) |
xulrunner / firefox : with build without system libvpx
-rw-r--r-- | xulrunner.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xulrunner.spec b/xulrunner.spec index ed0b5a4..8186641 100644 --- a/xulrunner.spec +++ b/xulrunner.spec @@ -150,6 +150,8 @@ BuildRequires: mesa-libGL-devel BuildRequires: libcurl-devel %if %{system_vpx} BuildRequires: libvpx-devel >= %{libvpx_version} +%else +BuildRequires: yasm %endif BuildRequires: autoconf213 %if 0%{?rhel} == 6 @@ -223,6 +225,8 @@ Requires: libnotify-devel Requires: mesa-libGL-devel %if %{system_vpx} Requires: libvpx-devel >= %{libvpx_version} +%else +Requires: yasm %endif %if 0%{?rhel} == 6 Requires: python27 |