]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
Support for DragonFly BSD (Hasso Tepper)
[mirror_qemu.git] / configure
index 3823ee423e6fc52778b1a0339b9918c87be23bb9..a4e6f8dbfafdda767edce8c11e5079db2053daa4 100755 (executable)
--- a/configure
+++ b/configure
@@ -229,6 +229,15 @@ if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
     kqemu="yes"
 fi
 ;;
+DragonFly)
+bsd="yes"
+audio_drv_list="oss"
+audio_possible_drivers="oss sdl esd pa"
+if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
+    kqemu="yes"
+fi
+aio="no"
+;;
 NetBSD)
 bsd="yes"
 audio_drv_list="oss"