qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
@ 2020-08-25  0:16 luoyonggang
  2020-08-25 10:25 ` Marc-André Lureau
  2020-08-27  2:45 ` no-reply
  0 siblings, 2 replies; 4+ messages in thread
From: luoyonggang @ 2020-08-25  0:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, Yonggang Luo

From: Yonggang Luo <luoyonggang@gmail.com>

---
 meson.build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meson.build b/meson.build
index df5bf728b5..a3585881e1 100644
--- a/meson.build
+++ b/meson.build
@@ -224,8 +224,7 @@ if 'CONFIG_BRLAPI' in config_host
   brlapi = declare_dependency(link_args: config_host['BRLAPI_LIBS'].split())
 endif
 
-sdl = dependency('sdl2', required: get_option('sdl'), static: enable_static,
-                 include_type: 'system')
+sdl = dependency('sdl2', required: get_option('sdl'), static: enable_static)
 sdl_image = not_found
 if sdl.found()
   # work around 2.0.8 bug
-- 
2.27.0.windows.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-27  2:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25  0:16 [PATCH] meson: Mingw64 gcc doesn't recognize system include_type for sdl2 luoyonggang
2020-08-25 10:25 ` Marc-André Lureau
2020-08-25 13:29   ` 罗勇刚(Yonggang Luo)
2020-08-27  2:45 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).