Parallaction engine is enabled by default now.
This commit is contained in:
parent
c39b757afd
commit
7e506d444d
1 changed files with 3 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: options.mk,v 1.1 2007/05/13 07:30:55 dillo Exp $
|
||||
# $NetBSD: options.mk,v 1.2 2007/05/21 10:08:11 dillo Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.scummvm-nightly
|
||||
PKG_SUPPORTED_OPTIONS= scummvm-nightly-cruise scummvm-nightly-lure scummvm-nightly-parallaction
|
||||
PKG_SUGGESTED_OPTIONS= scummvm-nightly-cruise scummvm-nightly-lure scummvm-nightly-parallaction
|
||||
PKG_SUPPORTED_OPTIONS= scummvm-nightly-cruise scummvm-nightly-lure
|
||||
PKG_SUGGESTED_OPTIONS= scummvm-nightly-cruise scummvm-nightly-lure
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
@ -12,6 +12,3 @@ CONFIGURE_ARGS+=--enable-cruise
|
|||
.if !empty(PKG_OPTIONS:Mscummvm-nightly-lure)
|
||||
CONFIGURE_ARGS+=--enable-lure
|
||||
.endif
|
||||
.if !empty(PKG_OPTIONS:Mscummvm-nightly-parallaction)
|
||||
CONFIGURE_ARGS+=--enable-parallaction
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue