[packages/firefox] - geckodriver, disabled for now due to https://bugzilla.mozilla.org/show_bug.cgi?id=1436830
arekm
arekm at pld-linux.org
Wed Apr 11 11:52:15 CEST 2018
commit 254ec46844ef8dd7ac612834152ac9d94ca1e0f3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Apr 11 11:52:08 2018 +0200
- geckodriver, disabled for now due to https://bugzilla.mozilla.org/show_bug.cgi?id=1436830
firefox.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/firefox.spec b/firefox.spec
index 8287d84..95d698b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/firefox.git/commitdiff/254ec46844ef8dd7ac612834152ac9d94ca1e0f3
More information about the pld-cvs-commit
mailing list