From: Yann E. MORIN Date: Wed, 3 Jun 2015 20:41:34 +0000 (+0200) Subject: package/matchbox-fakekey: add missing dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17ed46a3e6b6d60b8664a4febc5f628ded043f2d;p=buildroot.git 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" Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/matchbox-fakekey/Config.in b/package/matchbox-fakekey/Config.in index c0cde4245f..97413abcd8 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