summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"
16inherit autotools pkgconfig features_check 16inherit autotools pkgconfig features_check
17 17
18# links to libGL.so 18# links to libGL.so
19REQUIRED_DISTRO_FEATURES += "x11 opengl" 19REQUIRED_DISTRO_FEATURES += "opengl"
20 20
21do_configure:prepend() { 21do_configure:prepend() {
22 # Removing these files fixes a libtool version mismatch. 22 # Removing these files fixes a libtool version mismatch.