package/wpewebkit: fix build with ENABLE_C_LOOP=ON
authorAdrian Perez de Castro <aperez@igalia.com>
Tue, 20 Oct 2020 15:43:20 +0000 (18:43 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 25 Oct 2020 08:56:45 +0000 (09:56 +0100)
commit7a66e3e189ecbd887a35389b582bf94eb489656b
tree697a2fa128dd946290b3368fd9ecf8833b936ec9
parentaebefc1e5a70a834813a218b37633629e7a41562
package/wpewebkit: fix build with ENABLE_C_LOOP=ON

The ENABLE_C_LOOP option conflicts with ENABLE_SAMPLING_PROFILER, so
the WebKit CMake build system will emit an error when both are enabled
at the same time. To avoid hitting that situation, explicitly disable
ENABLE_SAMPLING_PROFILER as needed.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/wpewebkit/wpewebkit.mk