mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Add support for GNU/kFreeBSD
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
3098b9fde9
commit
a167ba5085
11 changed files with 39 additions and 42 deletions
6
configure
vendored
6
configure
vendored
|
@ -255,27 +255,32 @@ MINGW32*)
|
|||
audio_drv_list="winwave"
|
||||
;;
|
||||
GNU/kFreeBSD)
|
||||
bsd="yes"
|
||||
audio_drv_list="oss"
|
||||
audio_possible_drivers="oss sdl esd pa"
|
||||
;;
|
||||
FreeBSD)
|
||||
bsd="yes"
|
||||
make="gmake"
|
||||
audio_drv_list="oss"
|
||||
audio_possible_drivers="oss sdl esd pa"
|
||||
;;
|
||||
DragonFly)
|
||||
bsd="yes"
|
||||
make="gmake"
|
||||
audio_drv_list="oss"
|
||||
audio_possible_drivers="oss sdl esd pa"
|
||||
;;
|
||||
NetBSD)
|
||||
bsd="yes"
|
||||
make="gmake"
|
||||
audio_drv_list="oss"
|
||||
audio_possible_drivers="oss sdl esd"
|
||||
oss_lib="-lossaudio"
|
||||
;;
|
||||
OpenBSD)
|
||||
bsd="yes"
|
||||
make="gmake"
|
||||
audio_drv_list="oss"
|
||||
audio_possible_drivers="oss sdl esd"
|
||||
oss_lib="-lossaudio"
|
||||
|
@ -360,7 +365,6 @@ esac
|
|||
|
||||
if [ "$bsd" = "yes" ] ; then
|
||||
if [ "$darwin" != "yes" ] ; then
|
||||
make="gmake"
|
||||
usb="bsd"
|
||||
fi
|
||||
bsd_user="yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue