qtwebengine: don’t use gn configure

qtwebengine has its own configure script, so don’t try to use gn.
This commit is contained in:
Matthew Bauer 2019-06-03 21:42:59 -04:00
parent 493274b253
commit c4fc74b19c

@ -33,6 +33,9 @@ qtModule {
enableParallelBuilding = true;
# Dont use the gn setup hook
dontUseGnConfigure = true;
# ninja builds some components with -Wno-format,
# which cannot be set at the same time as -Wformat-security
hardeningDisable = [ "format" ];