summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/webkit/libwpe_1.4.0.1.bb')
-rw-r--r--meta/recipes-sato/webkit/libwpe_1.4.0.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb b/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb
index 346ca9b1d8..12499ff281 100644
--- a/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb
+++ b/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb
@@ -9,7 +9,9 @@ DEPENDS = "virtual/egl libxkbcommon"
9# Workaround build issue with RPi userland EGL libraries. 9# Workaround build issue with RPi userland EGL libraries.
10CFLAGS_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}" 10CFLAGS_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}"
11 11
12inherit cmake 12inherit cmake features_check
13
14REQUIRED_DISTRO_FEATURES = "opengl"
13 15
14SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" 16SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
15SRC_URI[sha256sum] = "09849dfb34877354f34f318e138971cf22e677b2179e1f0a8ea00ab0b7bd8e9b" 17SRC_URI[sha256sum] = "09849dfb34877354f34f318e138971cf22e677b2179e1f0a8ea00ab0b7bd8e9b"