qtwebengine: don’t use gn configure
qtwebengine has its own configure script, so don’t try to use gn.
This commit is contained in:
parent
493274b253
commit
c4fc74b19c
@ -33,6 +33,9 @@ qtModule {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
# Don’t use the gn setup hook
|
||||||
|
dontUseGnConfigure = true;
|
||||||
|
|
||||||
# ninja builds some components with -Wno-format,
|
# ninja builds some components with -Wno-format,
|
||||||
# which cannot be set at the same time as -Wformat-security
|
# which cannot be set at the same time as -Wformat-security
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user