diff mbox series

[meta-mingw] libsdl2.bbappend: disable vulkan support

Message ID 20220906110130.3025181-1-f_l_k@t-online.de
State New
Headers show
Series [meta-mingw] libsdl2.bbappend: disable vulkan support | expand

Commit Message

Markus Volk Sept. 6, 2022, 11:01 a.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 recipes-graphics/libsdl2/libsdl2_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend
index 4f9cde1..33b851d 100644
--- a/recipes-graphics/libsdl2/libsdl2_%.bbappend
+++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend
@@ -1,7 +1,7 @@ 
 # Need to disable X11 explictly as nativesdk-libxdmcp fails:
 # .libs/Fill.o:Fill.c:(.text+0x48): undefined reference to `_imp__recvfrom@24'
 # .libs/Flush.o:Flush.c:(.text+0x36): undefined reference to `_imp__sendto@24'
-PACKAGECONFIG:remove:mingw32:class-nativesdk = "x11 opengl gles2"
+PACKAGECONFIG:remove:mingw32:class-nativesdk = "x11 opengl gles2 vulkan"
 
 # libtool doesn't think it can link windres output (COFF) with libtool objects
 # (COFF) , but it can.  This might be because file misidentifies version.o: