From 61fb4595e4747933139b4d65a98f2dbb916f8d2d Mon Sep 17 00:00:00 2001 From: "Tom \"spot\" Callaway" Date: Tue, 7 Sep 2010 14:21:00 -0400 Subject: BuildRequires: yasm --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefox.spec b/firefox.spec index 365ad28..25f899c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -74,6 +74,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: desktop-file-utils BuildRequires: system-bookmarks BuildRequires: xulrunner-devel >= %{xulrunner_version} +# For WebM support +BuildRequires: yasm Requires: xulrunner >= %{xulrunner_version} Conflicts: xulrunner >= %{xulrunner_version_max} -- cgit