summaryrefslogtreecommitdiff
path: root/package/matchbox-fakekey
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-06-03 22:41:34 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-09 23:04:59 +0200
commit17ed46a3e6b6d60b8664a4febc5f628ded043f2d (patch)
tree77215a9a9cc5e599a14e5d31655266e9ab0a7df1 /package/matchbox-fakekey
parent595c84d464ea1bda24b3c0322dfca14ba760e457 (diff)
package/matchbox-fakekey: add missing dependency
matchbox-fakekey build-depends on xlib_libXtst, but does not select it. Fix that. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/matchbox-fakekey')
-rw-r--r--package/matchbox-fakekey/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/matchbox-fakekey/Config.in b/package/matchbox-fakekey/Config.in
index c0cde4245..97413abcd 100644
--- a/package/matchbox-fakekey/Config.in
+++ b/package/matchbox-fakekey/Config.in
@@ -1,3 +1,4 @@
config BR2_PACKAGE_MATCHBOX_FAKEKEY
bool
select BR2_PACKAGE_MATCHBOX_LIB
+ select BR2_PACKAGE_XLIB_LIBXTST