summaryrefslogtreecommitdiff
path: root/package/matchbox
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-06-03 22:41:24 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-09 22:56:56 +0200
commit1dcf21ae7abe8de752473f3ebb4eac09bb1c0709 (patch)
treeef0ce81508a57950d37e48b70c8c791e0c7b29ce /package/matchbox
parent599f03372593e203a797005d1c25d45f564c3419 (diff)
package/matchbox: make matchbox-fakekey a real package
Currently, matchbox-fakekey is missing a Kconfig entry, but is so far solely a build-time dependency of matchbox-keyboard. So, make it a real package, and select it from matchbox-keyboard. 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>
Diffstat (limited to 'package/matchbox')
-rw-r--r--package/matchbox/Config.in2
-rw-r--r--package/matchbox/matchbox-fakekey/Config.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in
index ead26497a..8d4ebc79f 100644
--- a/package/matchbox/Config.in
+++ b/package/matchbox/Config.in
@@ -24,11 +24,13 @@ source "package/matchbox/matchbox-wm/Config.in"
source "package/matchbox/matchbox-panel/Config.in"
source "package/matchbox/matchbox-desktop/Config.in"
source "package/matchbox/matchbox-common/Config.in"
+source "package/matchbox/matchbox-fakekey/Config.in"
config BR2_PACKAGE_MATCHBOX_KEYBOARD
bool "Matchbox Virtual Keyboard"
select BR2_PACKAGE_XLIB_LIBXTST
select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
+ select BR2_PACKAGE_MATCHBOX_FAKEKEY
help
Virtual Keyboard
diff --git a/package/matchbox/matchbox-fakekey/Config.in b/package/matchbox/matchbox-fakekey/Config.in
new file mode 100644
index 000000000..334f3a2a3
--- /dev/null
+++ b/package/matchbox/matchbox-fakekey/Config.in
@@ -0,0 +1,2 @@
+config BR2_PACKAGE_MATCHBOX_FAKEKEY
+ bool