[Buildroot] [PATCH 16/30] package/matchbox-fakekey: add missing dependency

Yann E. MORIN yann.morin.1998 at free.fr
Wed Apr 22 18:09:27 UTC 2015


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>
---
 package/matchbox/matchbox-fakekey/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/matchbox/matchbox-fakekey/Config.in b/package/matchbox/matchbox-fakekey/Config.in
index 334f3a2..4708292 100644
--- a/package/matchbox/matchbox-fakekey/Config.in
+++ b/package/matchbox/matchbox-fakekey/Config.in
@@ -1,2 +1,3 @@
 config BR2_PACKAGE_MATCHBOX_FAKEKEY
 	bool
+	select BR2_PACKAGE_XLIB_LIBXTST
-- 
1.9.1




More information about the buildroot mailing list