From patchwork Wed Apr 22 18:09:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 463762 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 86CCC140134 for ; Thu, 23 Apr 2015 04:11:34 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=ZJmXWBpU; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 77CB8331F7; Wed, 22 Apr 2015 18:11:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VM9aBm7-j3we; Wed, 22 Apr 2015 18:11:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1D1BF33035; Wed, 22 Apr 2015 18:10:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 0F0861C26C4 for ; Wed, 22 Apr 2015 18:10:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 09D6195326 for ; Wed, 22 Apr 2015 18:10:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9wE9nnsn2aMY for ; Wed, 22 Apr 2015 18:10:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by hemlock.osuosl.org (Postfix) with ESMTPS id E7390952AE for ; Wed, 22 Apr 2015 18:10:09 +0000 (UTC) Received: by wicmx19 with SMTP id mx19so432289wic.1 for ; Wed, 22 Apr 2015 11:10:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=l+5CK0qoily8J1NXQfL8LtWgZOnMuK0oDiLpgzC36Wo=; b=ZJmXWBpUAkuOUMkxOZoPD5ZUYIKCIZiNaCvQdy0mlwBdqwX2aIU9D+SIvoMe7Beuyl IjmVuACnlbn/CX26iG3mNr5YL0v5aK5QFjTWjyJ9MMOpbJUi05YnNrQ6/0eyQmY659eH 9W9Zg+FN66LXr7YbBhQe0WWSvV0+yak1mCDIRhAh2E3VQTeHmQ8YDhN4C9n6JPjZvdsQ XRNGhSzCd62DmUZ3X09tCW1O1IdzcSxKmghv6lOF6UCWz8JF5wo6CI/axhSR514NSyZF 7/KfTpHN9Pe3atwpHdhj25TGuR482I+T1qvlEHYkNJFzwEKDiyLSES9ZjEJJbawXb0Md yfcQ== X-Received: by 10.194.60.67 with SMTP id f3mr53758996wjr.28.1429726208659; Wed, 22 Apr 2015 11:10:08 -0700 (PDT) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id gj7sm25448132wib.4.2015.04.22.11.10.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 22 Apr 2015 11:10:07 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Wed, 22 Apr 2015 20:09:27 +0200 Message-Id: <77c2f1a456664204e74551ed55c4a6578d94874d.1429725549.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 16/30] package/matchbox-fakekey: add missing dependency X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" 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) --- 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