From patchwork Sun Jun 1 21:03:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 354684 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id BA5E31400A3 for ; Mon, 2 Jun 2014 07:05:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C226193A2C; Sun, 1 Jun 2014 21:04:35 +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 lJpZF0zZBwq3; Sun, 1 Jun 2014 21:04:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E5DD993A2A; Sun, 1 Jun 2014 21:04:34 +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 148A01C2DA1 for ; Sun, 1 Jun 2014 21:04:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 099FC81E60 for ; Sun, 1 Jun 2014 21:04:22 +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 MND4t4Dl6dyk for ; Sun, 1 Jun 2014 21:04:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by fraxinus.osuosl.org (Postfix) with ESMTPS id A1B7783765 for ; Sun, 1 Jun 2014 21:04:20 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id a1so4182577wgh.15 for ; Sun, 01 Jun 2014 14:04:19 -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=7ybTnJ5APSkVIGKM85iQpFXN/dshxUJCNB76ob6IeEM=; b=xn+YCiPFBVGPKAkQl0uCjECtI2TUN0bzIgctBeHDLwuw2qVt1aJ7sL3oCTeLpMOpfr 8IsNmF0mU1ikvEgJJ5jNzWs6qakAVXvPDc7typWMWsWQDlRQfxn9cFreIBxjopnNtEN5 bmCOxiRMLF5dUYh9bKKk787Mx6FYY2DrejAvvoiHo0Hi69u5xES0SjRZSmxu55GLevbm 3pTAxEBJ8t2EBygfGfYaQhI/0xeX+3CrahG9oJ2c1ME3mSzIuv80ZX9q+CPjr9waQhfJ G2rfkFAyFdqnHv1salr6ecJDzbmDchSMgv2bnAWeAdSM+NfzyFdvgga5fD7Pb0M7fewT +XeA== X-Received: by 10.180.82.7 with SMTP id e7mr16730516wiy.6.1401656659105; Sun, 01 Jun 2014 14:04:19 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id c7sm29709359wjf.19.2014.06.01.14.04.17 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 01 Jun 2014 14:04:18 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 1 Jun 2014 23:03:45 +0200 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 21/26] package/libinput: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" --- package/Config.in | 1 + package/libinput/Config.in | 17 +++++++++++++++++ package/libinput/libinput.mk | 19 +++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 package/libinput/Config.in create mode 100644 package/libinput/libinput.mk diff --git a/package/Config.in b/package/Config.in index 1152c10..da8258f 100644 --- a/package/Config.in +++ b/package/Config.in @@ -624,6 +624,7 @@ source "package/libcec/Config.in" source "package/libfreefare/Config.in" source "package/libftdi/Config.in" source "package/libhid/Config.in" +source "package/libinput/Config.in" source "package/libiqrf/Config.in" source "package/libllcp/Config.in" source "package/libmbim/Config.in" diff --git a/package/libinput/Config.in b/package/libinput/Config.in new file mode 100644 index 0000000..14e4e70 --- /dev/null +++ b/package/libinput/Config.in @@ -0,0 +1,17 @@ +config BR2_PACKAGE_LIBINPUT + bool "libinput" + depends on BR2_PACKAGE_HAS_UDEV + select BR2_PACKAGE_LIBEVDEV + select BR2_PACKAGE_MTDEV + help + libinput is a library to handle input devices in Wayland + compositors and to provide a generic X.Org input driver. + It provides device detection, device handling, input device + event processing and abstraction so minimize the amount of + custom input code compositors need to provide the common + set of functionality that users expect. + + http://freedesktop.org/wiki/Software/libinput/ + +comment "libinput needs udev /dev management" + depends on !BR2_PACKAGE_HAS_UDEV diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk new file mode 100644 index 0000000..7c3e5e8 --- /dev/null +++ b/package/libinput/libinput.mk @@ -0,0 +1,19 @@ +################################################################################ +# +# libinput +# +################################################################################ + +LIBINPUT_VERSION = 0.2.0 +LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz +LIBINPUT_SITE = http://www.freedesktop.org/software/libinput +LIBINPUT_LICENSE = MIT +LIBINPUT_LICENSE_FILES = COPYING + +LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev +LIBINPUT_INSTALL_STAGING = YES + +# Tests need fork, so just disable them everywhere. +LIBINPUT_CONF_OPT = --disable-tests + +$(eval $(autotools-package))