[Buildroot] [git commit] package/matchbox-common: explicitly disable PDA folders when not selected

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jun 9 21:07:12 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=fbe49afee21b8a4dd50caf107cdb3043e1f81085
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/matchbox-common/matchbox-common.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/matchbox-common/matchbox-common.mk b/package/matchbox-common/matchbox-common.mk
index da6bec7..038dd59 100644
--- a/package/matchbox-common/matchbox-common.mk
+++ b/package/matchbox-common/matchbox-common.mk
@@ -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))


More information about the buildroot mailing list