From 1c1670a8c4b495b0e2cd1db282a935da3f396207 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 6 Nov 2021 13:58:29 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.