aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-12-23 18:34:44 +0000
committerKhem Raj <raj.khem@gmail.com>2019-12-23 15:03:15 -0800
commit7197d3ed7310bbbf1628af10dc2fce3a5853d73b (patch)
tree021a4d48ed8aaeb048c120c3703a962be5b89d71 /meta-oe
parent1e951df523c2513a01563e85cc22b58426455219 (diff)
downloadmeta-openembedded-contrib-7197d3ed7310bbbf1628af10dc2fce3a5853d73b.tar.gz
surf: Add opengl requirement
webkitgtk depends on opengel so this package wont build unless opengl is set. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/surf/surf_2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/surf/surf_2.0.bb b/meta-oe/recipes-graphics/surf/surf_2.0.bb
index 9932d0a1c4..989730186a 100644
--- a/meta-oe/recipes-graphics/surf/surf_2.0.bb
+++ b/meta-oe/recipes-graphics/surf/surf_2.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b57e7f7720307a02d5a6598b00fe3afa"
DEPENDS = "webkitgtk gtk+3 glib-2.0"
-REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES = "x11 opengl"
SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \
file://0001-config.mk-Fix-compiler-and-linker.patch \