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>
This commit is contained in:
Marek Vasut
2021-11-06 13:58:29 +01:00
committed by Khem Raj
parent ee9ee2d73a
commit 1c1670a8c4
@@ -16,7 +16,7 @@ S = "${WORKDIR}/SDL2_ttf-${PV}"
inherit autotools pkgconfig features_check inherit autotools pkgconfig features_check
# links to libGL.so # links to libGL.so
REQUIRED_DISTRO_FEATURES += "x11 opengl" REQUIRED_DISTRO_FEATURES += "opengl"
do_configure:prepend() { do_configure:prepend() {
# Removing these files fixes a libtool version mismatch. # Removing these files fixes a libtool version mismatch.