diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 15:01:41 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 15:01:41 +0100 | 
| commit | b4f402c58c7f926b3c7ed27f41aa1167ad172e9c (patch) | |
| tree | be9e302c67f86afd29b20a62f84e7bc657148dc8 | |
| parent | a7d7c4e3a9265ab97d9a961e4844618640ffccdb (diff) | |
Xulrunner: need yasm on EL-6
| -rw-r--r-- | xulrunner.spec | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/xulrunner.spec b/xulrunner.spec index 5681e19..70731cb 100644 --- a/xulrunner.spec +++ b/xulrunner.spec @@ -140,6 +140,7 @@ BuildRequires:  curl-devel  %if %{system_vpx}  BuildRequires:  libvpx-devel >= %{libvpx_version}  %endif +BuildRequires:  yasm  Requires:       mozilla-filesystem  Requires:       liberation-sans-fonts @@ -212,6 +213,7 @@ Requires: mesa-libGL-devel  %if %{system_vpx}  Requires: libvpx-devel >= %{libvpx_version}  %endif +Requires: yasm  %description devel  This package contains the libraries amd header files that are needed | 
