aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libsdl
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2021-11-06 13:58:29 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-06 12:54:03 -0700
commit1c1670a8c4b495b0e2cd1db282a935da3f396207 (patch)
tree3cb0a562608ca8c06218fb968650dcaac6746019 /meta-oe/recipes-graphics/libsdl
parentee9ee2d73a2ddfec2125c7a7ae1885ec035ce2dc (diff)
downloadmeta-openembedded-1c1670a8c4b495b0e2cd1db282a935da3f396207.tar.gz
libsdl2-ttf: Remove incorrect x11 from REQUIRED_DISTRO_FEATURES
The SDL2 TTF library does not depend on X11, only on GL, remove the X11 requirement. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl')
-rw-r--r--meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb
index 5787e988dd..0fd9916e9a 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb
@@ -16,7 +16,7 @@ S = "${WORKDIR}/SDL2_ttf-${PV}"
inherit autotools pkgconfig features_check
# links to libGL.so
-REQUIRED_DISTRO_FEATURES += "x11 opengl"
+REQUIRED_DISTRO_FEATURES += "opengl"
do_configure:prepend() {
# Removing these files fixes a libtool version mismatch.