deforaos-mixer: use DEFORAOS_CONFIGURE_MODE for the "embedded" option

This commit is contained in:
khorben 2022-05-17 17:32:40 +00:00
parent b4eb5f9600
commit f2a7c7a883

View file

@ -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