diff options
-rw-r--r-- | recipes-graphics/libsdl2/libsdl2_%.bbappend | 2 |
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' |
4 | PACKAGECONFIG:remove:mingw32:class-nativesdk = "x11 opengl" | 4 | PACKAGECONFIG: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: |