From patchwork Wed Apr 22 18:09:18 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: 463752 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 B5270140134 for ; Thu, 23 Apr 2015 04:10:21 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=khkQf/xy; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3771332FE4; Wed, 22 Apr 2015 18:10:20 +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 BjhUiMLG0zdP; Wed, 22 Apr 2015 18:10:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E57EF32F2E; Wed, 22 Apr 2015 18:10:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4E7FE1C26C4 for ; Wed, 22 Apr 2015 18:09:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DF5ABA12EC for ; Wed, 22 Apr 2015 18:09:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KzPFop_eYoCn for ; Wed, 22 Apr 2015 18:09:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C71BEA12F1 for ; Wed, 22 Apr 2015 18:09:55 +0000 (UTC) Received: by wiax7 with SMTP id x7so456681wia.0 for ; Wed, 22 Apr 2015 11:09:54 -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=fxQveVizc7zbeKxENhfhgvaR0HUKTK+qnZ7zOVd2Km8=; b=khkQf/xyrfJ1TMVnXLAD+tiQNQSIXCaXaiRGHVrliPqjjDaCcKvTe7jlYWa7USNFTJ KfNsIhan+C+rW0cCqeg5IIE4riOq5w6EkJD7HcXGtWX2ywZofMWXjYxsztJL5SVVQjWu QG+Kvt8Hc3KyPlOGBOlxuf2zOMYtr+DeuMKacaCKXONQ4msRfx6tUGVH1Moo4n0R7nib uKvhZJDpabiMZNU8u8lbztimRR5M5eWMlVsArGsSuygb/eiijG2cr4hcVjvcZczX35ux JUHNQVP9UZa9nqLqvuYErrW8AEk5XeUWFxK6vmfs0LrSpvqYGwwVRKnleCoSRy5B68v9 50/g== X-Received: by 10.180.96.227 with SMTP id dv3mr8334478wib.53.1429726194536; Wed, 22 Apr 2015 11:09:54 -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.09.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 22 Apr 2015 11:09:51 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Wed, 22 Apr 2015 20:09:18 +0200 Message-Id: <50fde3fb58a4b07ca643b0a24b5635db02318ad8.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 07/30] package/matchbox: make matchbox-fakekey a real package 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" Currently, matchbox-fakekey is missing a Kconfig entry, but is so far solely a build-time dependency of matchbox-keyboard. So, make it a real package, and select it from matchbox-keyboard. Signed-off-by: "Yann E. MORIN" Reviewed-by: Arnout Vandecappelle (Essensium/Mind) --- package/matchbox/Config.in | 2 ++ package/matchbox/matchbox-fakekey/Config.in | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 package/matchbox/matchbox-fakekey/Config.in diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in index ead2649..8d4ebc7 100644 --- a/package/matchbox/Config.in +++ b/package/matchbox/Config.in @@ -24,11 +24,13 @@ source "package/matchbox/matchbox-wm/Config.in" source "package/matchbox/matchbox-panel/Config.in" source "package/matchbox/matchbox-desktop/Config.in" source "package/matchbox/matchbox-common/Config.in" +source "package/matchbox/matchbox-fakekey/Config.in" config BR2_PACKAGE_MATCHBOX_KEYBOARD bool "Matchbox Virtual Keyboard" select BR2_PACKAGE_XLIB_LIBXTST select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO + select BR2_PACKAGE_MATCHBOX_FAKEKEY help Virtual Keyboard diff --git a/package/matchbox/matchbox-fakekey/Config.in b/package/matchbox/matchbox-fakekey/Config.in new file mode 100644 index 0000000..334f3a2 --- /dev/null +++ b/package/matchbox/matchbox-fakekey/Config.in @@ -0,0 +1,2 @@ +config BR2_PACKAGE_MATCHBOX_FAKEKEY + bool