mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user