diff options
author | Jan Horak <jhorak@redhat.com> | 2014-01-29 13:42:31 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2014-01-29 13:42:31 +0100 |
commit | 54b34c0328792559206d63a453f063bae5c6c1cb (patch) | |
tree | 2525b3089e3acec6b236761326efa9d8a086b0cc /firefox.spec | |
parent | Set homepage to about:newtab (diff) | |
download | librewolf-fedora-ff-54b34c0328792559206d63a453f063bae5c6c1cb.tar.gz librewolf-fedora-ff-54b34c0328792559206d63a453f063bae5c6c1cb.tar.bz2 librewolf-fedora-ff-54b34c0328792559206d63a453f063bae5c6c1cb.zip |
Added support to enable/disable gstreamer to spec
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 31f6fb3..cb90190 100644 --- a/firefox.spec +++ b/firefox.spec @@ -276,6 +276,12 @@ echo "ac_add_options --disable-system-cairo" >> .mozconfig echo "ac_add_options --enable-system-ffi" >> .mozconfig %endif +%if %{?enable_gstreamer} +echo "ac_add_options --enable-gstreamer" >> .mozconfig +%else +echo "ac_add_options --disable-gstreamer" >> .mozconfig +%endif + %if !%{?separated_plugins} echo "ac_add_options --disable-ipc" >> .mozconfig %endif |