diff options
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb | 2 |
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}" | |||
16 | inherit autotools pkgconfig features_check | 16 | inherit autotools pkgconfig features_check |
17 | 17 | ||
18 | # links to libGL.so | 18 | # links to libGL.so |
19 | REQUIRED_DISTRO_FEATURES += "x11 opengl" | 19 | REQUIRED_DISTRO_FEATURES += "opengl" |
20 | 20 | ||
21 | do_configure:prepend() { | 21 | do_configure:prepend() { |
22 | # Removing these files fixes a libtool version mismatch. | 22 | # Removing these files fixes a libtool version mismatch. |