summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb
index 20e4942835..893386343a 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb
@@ -37,7 +37,16 @@ EXTRA_OECMAKE = "-DSDL_OSS=OFF -DSDL_ESD=OFF -DSDL_ARTS=OFF \
37 -DSDL_PTHREADS=ON \ 37 -DSDL_PTHREADS=ON \
38 -DSDL_RPATH=OFF \ 38 -DSDL_RPATH=OFF \
39 -DSDL_SNDIO=OFF \ 39 -DSDL_SNDIO=OFF \
40 " 40 -DSDL_X11_XVM=OFF \
41 -DSDL_X11_XCURSOR=OFF \
42 -DSDL_X11_XINERAMA=OFF \
43 -DSDL_X11_XDBE=OFF \
44 -DSDL_X11_XFIXES=OFF \
45 -DSDL_X11_XINPUT=OFF \
46 -DSDL_X11_XRANDR=OFF \
47 -DSDL_X11_XSCRNSAVER=OFF \
48 -DSDL_X11_XSHAPE=OFF \
49"
41 50
42# opengl packageconfig factored out to make it easy for distros 51# opengl packageconfig factored out to make it easy for distros
43# and BSP layers to pick either (desktop) opengl, gles2, or no GL 52# and BSP layers to pick either (desktop) opengl, gles2, or no GL