deforaos-mixer: use DEFORAOS_CONFIGURE_MODE for the "embedded" option
This commit is contained in:
parent
b4eb5f9600
commit
f2a7c7a883
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.2 2022/04/15 21:16:50 khorben Exp $
|
||||
# $NetBSD: options.mk,v 1.3 2022/05/17 17:32:40 khorben Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-mixer
|
||||
PKG_SUPPORTED_OPTIONS= embedded
|
||||
|
@ -6,5 +6,5 @@ PKG_SUPPORTED_OPTIONS= embedded
|
|||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Membedded)
|
||||
DEFORAOS_CONFIGURE_ARGS+= -M embedded-debug
|
||||
DEFORAOS_CONFIGURE_MODE=embedded-debug
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue