[Buildroot] [git commit branch/next] package/matchbox-fakekey: add missing dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 8 10:56:28 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=17ed46a3e6b6d60b8664a4febc5f628ded043f2d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

matchbox-fakekey build-depends on xlib_libXtst, but does not select it.

Fix that.

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

diff --git a/package/matchbox-fakekey/Config.in b/package/matchbox-fakekey/Config.in
index c0cde42..97413ab 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


More information about the buildroot mailing list