mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/wpewebkit: 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/wpewebkit-2.48.3/Source/cmake/WebKitCCache.cmake Signed-off-by: Thomas Devoogdt <thomas@devoogdt.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
07ab60acd9
commit
c6fb44c455
@@ -21,6 +21,10 @@ WPEWEBKIT_DEPENDENCIES = host-gperf host-python3 host-ruby host-unifdef \
|
||||
|
||||
WPEWEBKIT_CMAKE_BACKEND = ninja
|
||||
|
||||
# Buildroot adds support for ccache through its
|
||||
# toolchain-wrapper, so tell wpewebkit not to mess with it.
|
||||
WPEWEBKIT_CONF_ENV = WK_USE_CCACHE=NO
|
||||
|
||||
WPEWEBKIT_CONF_OPTS = \
|
||||
-DPORT=WPE \
|
||||
-DENABLE_API_TESTS=OFF \
|
||||
|
||||
Reference in New Issue
Block a user