package/matchbox-common: explicitly disable PDA folders when not selected
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9f90345c8e
commit
fbe49afee2
@ -14,6 +14,8 @@ MATCHBOX_COMMON_DEPENDENCIES = matchbox-lib
|
||||
|
||||
ifeq ($(strip $(BR2_PACKAGE_MATCHBOX_COMMON_PDA)),y)
|
||||
MATCHBOX_COMMON_CONF_OPTS += --enable-pda-folders
|
||||
else
|
||||
MATCHBOX_COMMON_CONF_OPTS += --disable-pda-folders
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user