[firefox] BuildRequires: yasm

Tom Callaway spot at fedoraproject.org
Tue Sep 7 18:20:57 UTC 2010


commit 61fb4595e4747933139b4d65a98f2dbb916f8d2d
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Tue Sep 7 14:21:00 2010 -0400

    BuildRequires: yasm

 firefox.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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}


More information about the scm-commits mailing list