diff options
author | Tom "spot" Callaway <tcallawa@redhat.com> | 2010-09-07 14:21:00 -0400 |
---|---|---|
committer | Tom "spot" Callaway <tcallawa@redhat.com> | 2010-09-07 14:21:00 -0400 |
commit | 61fb4595e4747933139b4d65a98f2dbb916f8d2d (patch) | |
tree | d25afa1abc3fde1ac072de5a9743a67dcf92e3ec | |
parent | re-add langpacks to sources (diff) | |
download | librewolf-fedora-ff-61fb4595e4747933139b4d65a98f2dbb916f8d2d.tar.gz librewolf-fedora-ff-61fb4595e4747933139b4d65a98f2dbb916f8d2d.tar.bz2 librewolf-fedora-ff-61fb4595e4747933139b4d65a98f2dbb916f8d2d.zip |
BuildRequires: yasm
-rw-r--r-- | 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} |