From 46b1a805b4370e1dfb357fcd6600af4829a3ae68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 May 2013 23:41:29 +0200 Subject: xulrunner / firefox : with build without system libvpx --- xulrunner.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xulrunner.spec') 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 -- cgit