diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-12-23 18:34:44 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-23 15:03:15 -0800 |
commit | 7197d3ed7310bbbf1628af10dc2fce3a5853d73b (patch) | |
tree | 021a4d48ed8aaeb048c120c3703a962be5b89d71 /meta-oe/recipes-graphics | |
parent | 1e951df523c2513a01563e85cc22b58426455219 (diff) | |
download | meta-openembedded-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/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/surf/surf_2.0.bb | 2 |
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 9932d0a1c..989730186 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" | |||
7 | 7 | ||
8 | DEPENDS = "webkitgtk gtk+3 glib-2.0" | 8 | DEPENDS = "webkitgtk gtk+3 glib-2.0" |
9 | 9 | ||
10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
11 | 11 | ||
12 | SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ | 12 | SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \ |
13 | file://0001-config.mk-Fix-compiler-and-linker.patch \ | 13 | file://0001-config.mk-Fix-compiler-and-linker.patch \ |