From 54b34c0328792559206d63a453f063bae5c6c1cb Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Wed, 29 Jan 2014 13:42:31 +0100 Subject: Added support to enable/disable gstreamer to spec --- firefox.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firefox.spec') 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 -- cgit