]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
buildsys: Move sdl cflags/libs to per object
[mirror_qemu.git] / configure
index 956ab367dc95d239e0d367836648c97680407e31..3675ae816e22f5ba3b2528c5782390152407dccc 100755 (executable)
--- a/configure
+++ b/configure
@@ -2788,7 +2788,6 @@ EOF
     sdl_cflags="$sdl_cflags $x11_cflags"
     sdl_libs="$sdl_libs $x11_libs"
   fi
-  libs_softmmu="$sdl_libs $libs_softmmu"
 fi
 
 ##########################################
@@ -5557,6 +5556,7 @@ if test "$sdl" = "yes" ; then
   echo "CONFIG_SDL=y" >> $config_host_mak
   echo "CONFIG_SDLABI=$sdlabi" >> $config_host_mak
   echo "SDL_CFLAGS=$sdl_cflags" >> $config_host_mak
+  echo "SDL_LIBS=$sdl_libs" >> $config_host_mak
 fi
 if test "$cocoa" = "yes" ; then
   echo "CONFIG_COCOA=y" >> $config_host_mak