diff options
-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 |