* [Buildroot] [PATCH RESEND] matchbox-common was missing in Config.in
@ 2010-11-04 8:57 Paulius Zaleckas
2010-11-04 13:49 ` Thomas Petazzoni
2010-11-05 9:24 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Paulius Zaleckas @ 2010-11-04 8:57 UTC (permalink / raw)
To: buildroot
While at it add option to install PDA style desktop folders.
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---
package/matchbox/Config.in | 10 ++++++++++
.../matchbox/matchbox-common/matchbox-common.mk | 4 ++++
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in
index 43189ca..e4b6149 100644
--- a/package/matchbox/Config.in
+++ b/package/matchbox/Config.in
@@ -22,6 +22,16 @@ config BR2_PACKAGE_MATCHBOX_DESKTOP
help
A PDA style application launcher or 'item browser'.
+config BR2_PACKAGE_MATCHBOX_COMMON
+ bool "Matchbox session common files"
+ depends on BR2_PACKAGE_MATCHBOX && BR2_PACKAGE_MATCHBOX_PANEL && BR2_PACKAGE_MATCHBOX_DESKTOP
+ help
+ Common desktop folders and matchbox-session script.
+
+config BR2_PACKAGE_MATCHBOX_COMMON_PDA
+ bool "PDA style desktop folders"
+ depends on BR2_PACKAGE_MATCHBOX_COMMON
+
config BR2_PACKAGE_MATCHBOX_KEYBOARD
bool "Matchbox Virtual Keyboard"
depends on BR2_PACKAGE_MATCHBOX
diff --git a/package/matchbox/matchbox-common/matchbox-common.mk b/package/matchbox/matchbox-common/matchbox-common.mk
index 81a1729..d35d11b 100644
--- a/package/matchbox/matchbox-common/matchbox-common.mk
+++ b/package/matchbox/matchbox-common/matchbox-common.mk
@@ -9,6 +9,10 @@ MATCHBOX_COMMON_SOURCE = matchbox-common-$(MATCHBOX_COMMON_VERSION).tar.bz2
MATCHBOX_COMMON_SITE = http://matchbox-project.org/sources/matchbox-common/$(MATCHBOX_COMMON_VERSION)
MATCHBOX_COMMON_DEPENDENCIES = matchbox-lib
+ifeq ($(strip $(BR2_PACKAGE_MATCHBOX_COMMON_PDA)),y)
+ MATCHBOX_COMMON_CONF_OPT += --enable-pda-folders
+endif
+
#############################################################
$(eval $(call AUTOTARGETS,package/matchbox,matchbox-common))
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH RESEND] matchbox-common was missing in Config.in
2010-11-04 8:57 [Buildroot] [PATCH RESEND] matchbox-common was missing in Config.in Paulius Zaleckas
@ 2010-11-04 13:49 ` Thomas Petazzoni
2010-11-05 9:24 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-11-04 13:49 UTC (permalink / raw)
To: buildroot
On Thu, 04 Nov 2010 10:57:27 +0200
Paulius Zaleckas <paulius.zaleckas@gmail.com> wrote:
> While at it add option to install PDA style desktop folders.
>
> Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH RESEND] matchbox-common was missing in Config.in
2010-11-04 8:57 [Buildroot] [PATCH RESEND] matchbox-common was missing in Config.in Paulius Zaleckas
2010-11-04 13:49 ` Thomas Petazzoni
@ 2010-11-05 9:24 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-11-05 9:24 UTC (permalink / raw)
To: buildroot
>>>>> "Paulius" == Paulius Zaleckas <paulius.zaleckas@gmail.com> writes:
Paulius> While at it add option to install PDA style desktop folders.
Paulius> Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-05 9:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 8:57 [Buildroot] [PATCH RESEND] matchbox-common was missing in Config.in Paulius Zaleckas
2010-11-04 13:49 ` Thomas Petazzoni
2010-11-05 9:24 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox