summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-04-28 22:09:29 +0200
committerJoshua Watt <JPEWhacker@gmail.com>2020-04-29 10:17:11 -0500
commit88f9689f7dd0f634f1ac9a370bdf00585d884206 (patch)
treeec77bf21ab0c7ef18de3655c3341e65d61f280d8
parent524de686205b5d6736661d4532f5f98fee8589b7 (diff)
downloadmeta-mingw-3.2_M1.tar.gz
libsdl2: do not enable opengl3.2_M1
In some configurations this can be switched on in oe-core, and so needs to be disabled similarly to x11. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-rw-r--r--recipes-graphics/libsdl2/libsdl2_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend
index 5d8ac54..92fa41c 100644
--- a/recipes-graphics/libsdl2/libsdl2_%.bbappend
+++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend
@@ -1,7 +1,7 @@
1# Need to disable X11 explictly as nativesdk-libxdmcp fails: 1# Need to disable X11 explictly as nativesdk-libxdmcp fails:
2# .libs/Fill.o:Fill.c:(.text+0x48): undefined reference to `_imp__recvfrom@24' 2# .libs/Fill.o:Fill.c:(.text+0x48): undefined reference to `_imp__recvfrom@24'
3# .libs/Flush.o:Flush.c:(.text+0x36): undefined reference to `_imp__sendto@24' 3# .libs/Flush.o:Flush.c:(.text+0x36): undefined reference to `_imp__sendto@24'
4PACKAGECONFIG_remove_mingw32_class-nativesdk = "x11" 4PACKAGECONFIG_remove_mingw32_class-nativesdk = "x11 opengl"
5 5
6# libtool doesn't think it can link windres output (COFF) with libtool objects 6# libtool doesn't think it can link windres output (COFF) with libtool objects
7# (COFF) , but it can. This might be because file misidentifies version.o: 7# (COFF) , but it can. This might be because file misidentifies version.o: