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:
Yann E. MORIN 2015-06-03 22:41:43 +02:00 committed by Thomas Petazzoni
parent 9f90345c8e
commit fbe49afee2

View file

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