mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
Add SDL_LIBS to libs_softmmu
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
This commit is contained in:
parent
73da375ee1
commit
0705667e2e
2 changed files with 2 additions and 2 deletions
|
@ -453,7 +453,7 @@ vl.o: qemu-options.h
|
||||||
|
|
||||||
monitor.o: qemu-monitor.h
|
monitor.o: qemu-monitor.h
|
||||||
|
|
||||||
LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS) $(CURL_LIBS)
|
LIBS += $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS) $(CURL_LIBS)
|
||||||
ARLIBS=../libqemu_common.a libqemu.a $(HWLIB)
|
ARLIBS=../libqemu_common.a libqemu.a $(HWLIB)
|
||||||
|
|
||||||
endif # !CONFIG_USER_ONLY
|
endif # !CONFIG_USER_ONLY
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -891,6 +891,7 @@ EOF
|
||||||
if test "$mingw32" = "yes" ; then
|
if test "$mingw32" = "yes" ; then
|
||||||
sdl_libs="`echo $sdl_libs | sed s/-mwindows//g` -mconsole"
|
sdl_libs="`echo $sdl_libs | sed s/-mwindows//g` -mconsole"
|
||||||
fi
|
fi
|
||||||
|
libs_softmmu="$sdl_libs $libs_softmmu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
|
@ -1632,7 +1633,6 @@ if [ "$build_docs" = "yes" ] ; then
|
||||||
fi
|
fi
|
||||||
if test "$sdl" = "yes" ; then
|
if test "$sdl" = "yes" ; then
|
||||||
echo "CONFIG_SDL=y" >> $config_host_mak
|
echo "CONFIG_SDL=y" >> $config_host_mak
|
||||||
echo "SDL_LIBS=$sdl_libs" >> $config_host_mak
|
|
||||||
echo "SDL_CFLAGS=$sdl_cflags" >> $config_host_mak
|
echo "SDL_CFLAGS=$sdl_cflags" >> $config_host_mak
|
||||||
fi
|
fi
|
||||||
if test "$cocoa" = "yes" ; then
|
if test "$cocoa" = "yes" ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue