summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-06-04 18:52:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-06 13:55:47 +0100
commit8f9bb07e1931a2bb209524bff18b1e6eaaeebb6d (patch)
treeaa4716048916847d419bd5bb6a03d43c4deb4142
parenta90614a6498c3345704e9611f2842eb933dc51c1 (diff)
downloadmeta-mingw-8f9bb07e1931a2bb209524bff18b1e6eaaeebb6d.tar.gz
libsdl2: disable gles2 support for class-nativesdk
this fixes: | Has header "sys/select.h" : NO | Checking whether type "fd_set" has member "fds_bits" : NO | Checking whether type "fd_set" has member "__fds_bits" : NO | | ../xorgproto-2022.1/include/X11/meson.build:19:4: ERROR: Problem encountered: Your fd_set is too weird. | | A full log can be found at /home/flk/build/poky/build/tmp/work/x86_64-nativesdk-mingw32-w64-mingw32/nativesdk-xorgproto/2022.1-r0/build/meson-logs/meson-log.txt Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 89532d6..4f9cde1 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 opengl" 4PACKAGECONFIG:remove:mingw32:class-nativesdk = "x11 opengl gles2"
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: