PKGNAME=bochs
PKGSEC=utils
PKGDEP="x11-lib gtk-3 libvncserver sdl2 ncurses"
PKGDES="A portable x86 PC emulation software package"

# These are additional parameters to the .conf.linux plugin template
AUTOTOOLS_AFTER=(
    '--enable-smp'
    '--enable-idle-hack'
    '--enable-pnic'
    '--enable-amx'
)
