Disable WebDriver in GTK 4 build

https://bugzilla.redhat.com/show_bug.cgi?id=2127841
This commit is contained in:
Michael Catanzaro 2022-09-19 09:44:43 -05:00
parent 51993a16ec
commit 61852f76ba
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.0
-DPORT=GTK \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_GTK4=ON \
-DENABLE_WEBDRIVER=OFF \
%if %{without docs}
-DENABLE_DOCUMENTATION=OFF \
%endif