Message ID | 20190207233704.29978-1-n54@gmx.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | configure: Add HAX support in NetBSD | expand |
On 08/02/2019 00:37, Kamil Rytarowski wrote: > The NetBSD support in Intel HAXM has beem merged upstream and is functional. > > Signed-off-by: Kamil Rytarowski <n54@gmx.com> > --- > configure | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure b/configure > index b18281c61f..89b889072d 100755 > --- a/configure > +++ b/configure > @@ -819,6 +819,7 @@ DragonFly) > ;; > NetBSD) > bsd="yes" > + hax="yes" > make="${MAKE-gmake}" > audio_drv_list="oss try-sdl" > audio_possible_drivers="oss sdl" > Applied to my trivial-patches branch. Thanks, Laurent
diff --git a/configure b/configure index b18281c61f..89b889072d 100755 --- a/configure +++ b/configure @@ -819,6 +819,7 @@ DragonFly) ;; NetBSD) bsd="yes" + hax="yes" make="${MAKE-gmake}" audio_drv_list="oss try-sdl" audio_possible_drivers="oss sdl"
The NetBSD support in Intel HAXM has beem merged upstream and is functional. Signed-off-by: Kamil Rytarowski <n54@gmx.com> --- configure | 1 + 1 file changed, 1 insertion(+)