package/webkitgtk: disable internal ccache configuration
WebKit's auto-configured ccache results in 100% cache misses. Disable WebKit's internal ccache setup [1] since Buildroot already manages the ccache in toolchain/toolchain-wrapper.c. [1] https://github.com/WebKit/WebKit/blob/webkitgtk-2.50.1/Source/cmake/WebKitCCache.cmake Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com> Acked-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
c6fb44c455
commit
37d2702625
@@ -19,6 +19,10 @@ WEBKITGTK_DEPENDENCIES = host-ruby host-python3 host-gperf host-unifdef \
|
||||
|
||||
WEBKITGTK_CMAKE_BACKEND = ninja
|
||||
|
||||
# Buildroot adds support for ccache through its
|
||||
# toolchain-wrapper, so tell webkitgtk not to mess with it.
|
||||
WEBKITGTK_CONF_ENV = WK_USE_CCACHE=NO
|
||||
|
||||
WEBKITGTK_CONF_OPTS = \
|
||||
-DENABLE_API_TESTS=OFF \
|
||||
-DENABLE_DOCUMENTATION=OFF \
|
||||
|
||||
Reference in New Issue
Block a user