pkgsrc/emulators/qemu0/options.mk
ryoon 937a6294da Readd qemu-0.15.1nb5 as emularoes/qemu0
This package tracks qemu-0.*.
At least, NetBSD/sparc 5.1.2 and 6.0_BETA2 does not work stably on
qemu-system-sparc from newer qemu-1.1.0.
2012-06-07 21:35:37 +00:00

19 lines
402 B
Makefile
Executable file

# $NetBSD: options.mk,v 1.1 2012/06/07 21:35:37 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qemu
PKG_SUPPORTED_OPTIONS= sdl
.include "../../mk/bsd.fast.prefs.mk"
.if empty(OPSYS:MDarwin)
PKG_SUGGESTED_OPTIONS= sdl
.endif
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msdl)
CONFIGURE_ARGS+= --enable-sdl
.include "../../devel/SDL/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-sdl
.endif