]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- geckodriver, disabled for now due to https://bugzilla.mozilla.org/show_bug.cgi...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Apr 2018 09:52:08 +0000 (11:52 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Apr 2018 09:52:08 +0000 (11:52 +0200)
firefox.spec

index 8287d849923f5dd57fae2d294b10b956f19f7b70..95d698b21099e48a7a843cffc9e658663448ff14 100644 (file)
@@ -7,6 +7,7 @@
 %bcond_without kerberos        # disable krb5 support
 %bcond_without official        # official Firefox branding
 %bcond_with    pgo             # PGO-enabled build (requires working $DISPLAY == :100)
+%bcond_with    geckodriver     # WebDriver
 # - disabled shared_js - https://bugzilla.mozilla.org/show_bug.cgi?id=1039964
 %bcond_with    shared_js       # shared libmozjs library [broken]
 %bcond_without system_icu      # build without system ICU
@@ -2078,6 +2079,7 @@ ac_add_options --enable-alsa
 ac_add_options --enable-chrome-format=omni
 ac_add_options --enable-default-toolkit=cairo-gtk3
 ac_add_options --enable-extensions=default
+%{?with_geckodriver:ac_add_options --enable-geckodriver}
 ac_add_options --enable-readline
 %{?with_shared_js:ac_add_options --enable-shared-js}
 ac_add_options --enable-startup-notification
This page took 0.383091 seconds and 4 git commands to generate.