From patchwork Thu Sep 10 12:30:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brendan Heading X-Patchwork-Id: 516251 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 19F5A14012C for ; Thu, 10 Sep 2015 22:31:07 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=gwXbwh56; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4D73791FDB; Thu, 10 Sep 2015 12:31:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TA6915X3pDXA; Thu, 10 Sep 2015 12:31:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D743391FCA; Thu, 10 Sep 2015 12:31:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 395D21BF9D3 for ; Thu, 10 Sep 2015 12:31:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 34C618B685 for ; Thu, 10 Sep 2015 12:31:02 +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 PYplc0-j4hYf for ; Thu, 10 Sep 2015 12:31:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 383298B669 for ; Thu, 10 Sep 2015 12:31:00 +0000 (UTC) Received: by wicge5 with SMTP id ge5so23033701wic.0 for ; Thu, 10 Sep 2015 05:30:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=TZ67LAkLkbE9LDbs2rNFhMw64R82ugW8S6TerAZ92wg=; b=gwXbwh56jFTfCyo62G1i2YsmyZaW3N2wEfWeSUK41lldYqB7IB6+JHeAyQiNdRKw0x KZAeVZKmI2P1Iv+7PS0g/SBbknHJ+Slb0jx2cuAJLc/kpVeIhJWD7Xu9vNXcVFBR+8qg BuNPuXkbpPoGeRjR7N4KowBbU7KJTuiaL0t0EARFIk/ZTcmMeGucQA4Lvn3D8w3mo3/w 9ndPLvR+l/PP0b6q8VRX8xlYcCrcpuaKt1GS0qWQoCFZ7CRWMQJdz2CD0sBZJOezwsSN evBo/s9yjE4/TJk1dLF6GINSKeTT/uv92Rae5zyXozMYaaNumJHW6pogNxWsHIlXO4EX s02Q== X-Received: by 10.194.174.201 with SMTP id bu9mr75224611wjc.73.1441888258677; Thu, 10 Sep 2015 05:30:58 -0700 (PDT) Received: from bhfedora.localdomain ([82.15.84.251]) by smtp.gmail.com with ESMTPSA id fu5sm11747751wic.0.2015.09.10.05.30.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Sep 2015 05:30:58 -0700 (PDT) From: Brendan Heading To: buildroot@buildroot.org Date: Thu, 10 Sep 2015 13:30:56 +0100 Message-Id: <1441888256-15742-1-git-send-email-brendanheading@gmail.com> X-Mailer: git-send-email 2.4.3 Cc: Brendan Heading Subject: [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-input-vmmouse: dep on udev 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" Fixes: http://autobuild.buildroot.net/results/cd3/cd3730ed0272c3f335ee90e0cbc4027b07945db3/ The xdriver_xf86-input-vmmouse driver depends on udev. Signed-off-by: Brendan Heading Reviewed-by: Vicente Olivert Riera --- The driver requires udev, or an option to allow it to build without udev. I followed the precedent set by libinput and evdev by adding the dependency. --- package/x11r7/xdriver_xf86-input-vmmouse/Config.in | 4 ++++ .../x11r7/xdriver_xf86-input-vmmouse/xdriver_xf86-input-vmmouse.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package/x11r7/xdriver_xf86-input-vmmouse/Config.in b/package/x11r7/xdriver_xf86-input-vmmouse/Config.in index de989eb..73e1a29 100644 --- a/package/x11r7/xdriver_xf86-input-vmmouse/Config.in +++ b/package/x11r7/xdriver_xf86-input-vmmouse/Config.in @@ -1,8 +1,12 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_VMMOUSE bool "xf86-input-vmmouse" depends on BR2_i386 || BR2_x86_64 + depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency select BR2_PACKAGE_XPROTO_INPUTPROTO select BR2_PACKAGE_XPROTO_RANDRPROTO select BR2_PACKAGE_XPROTO_XPROTO help VMWare mouse input driver + +comment "xf86-input-vmmouse requires udev to be enabled" + depends on !BR2_PACKAGE_HAS_UDEV diff --git a/package/x11r7/xdriver_xf86-input-vmmouse/xdriver_xf86-input-vmmouse.mk b/package/x11r7/xdriver_xf86-input-vmmouse/xdriver_xf86-input-vmmouse.mk index 53ceec8..3b49c2d 100644 --- a/package/x11r7/xdriver_xf86-input-vmmouse/xdriver_xf86-input-vmmouse.mk +++ b/package/x11r7/xdriver_xf86-input-vmmouse/xdriver_xf86-input-vmmouse.mk @@ -9,6 +9,6 @@ XDRIVER_XF86_INPUT_VMMOUSE_SOURCE = xf86-input-vmmouse-$(XDRIVER_XF86_INPUT_VMMO XDRIVER_XF86_INPUT_VMMOUSE_SITE = http://xorg.freedesktop.org/releases/individual/driver XDRIVER_XF86_INPUT_VMMOUSE_LICENSE = MIT XDRIVER_XF86_INPUT_VMMOUSE_LICENSE_FILES = COPYING -XDRIVER_XF86_INPUT_VMMOUSE_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto +XDRIVER_XF86_INPUT_VMMOUSE_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto udev $(eval $(autotools-package))