commit | 604a5b9978c8824dbd2164d1fc990016a67ced40 | [log] [tgz] |
---|---|---|
author | Kamil Rytarowski <n54@gmx.com> | Fri Feb 08 00:37:04 2019 +0100 |
committer | Laurent Vivier <laurent@vivier.eu> | Thu Feb 14 10:47:14 2019 +0100 |
tree | fba504dba9bcff910bdc4c03ddc60a4f5766a607 | |
parent | 8de73fa88a48729506d36ac3481d96924bfedb43 [diff] |
configure: Add HAX support in NetBSD The NetBSD support in Intel HAXM has beem merged upstream and is functional. Signed-off-by: Kamil Rytarowski <n54@gmx.com> Message-Id: <20190207233704.29978-1-n54@gmx.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
diff --git a/configure b/configure index c8fc164..649ef1b 100755 --- a/configure +++ b/configure
@@ -817,6 +817,7 @@ ;; NetBSD) bsd="yes" + hax="yes" make="${MAKE-gmake}" audio_drv_list="oss try-sdl" audio_possible_drivers="oss sdl"