From patchwork Sat Jul 19 13:56:25 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: 371825 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 35C27140180 for ; Sat, 19 Jul 2014 23:57:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BD71C8A6D8; Sat, 19 Jul 2014 13:57:12 +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 cLu7hSjLnBXr; Sat, 19 Jul 2014 13:57:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 01F749351D; Sat, 19 Jul 2014 13:57:12 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 185A41BF970 for ; Sat, 19 Jul 2014 13:56:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 14EA68C0AB for ; Sat, 19 Jul 2014 13:56:54 +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 wpdZ6wz718uo for ; Sat, 19 Jul 2014 13:56:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id 767758BFDD for ; Sat, 19 Jul 2014 13:56:53 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id f8so2321995wiw.5 for ; Sat, 19 Jul 2014 06:56:52 -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=cBH6Ra811htiXabNjlBv58KQCmz4+EDp/kL7DvQWNZI=; b=U6t7XvgGFK+8dJUC97iB3ow/ECW4gz90Jd/JBERbQViAco7MnFGhcF88dsfSsjTyOZ AG0n4V/uFfBQoTBG/A9Z0KfjYC115CJWV28lUisYzD/avTFYntu705EA8CybKxTeZWcv DiSYNhxY+Pq+e0u/4tbk9W0Diq50SXfdZochdp5oJX7OBP+aop4+8R6EqhJVe87Vo0qP 2IWGGDpy9dYHW6eAXd5HM9ITKdYUMKRtvpYKZa6aV6tEq75CKBKWZX9tye/HZz/5xrnP hxxcZAqoubAg6GooeFw8BMjSZURIPH5Hvdb3jnEfeycVVZlaaBeFHWh/3psf4IqAuQ1I Q9gg== X-Received: by 10.194.237.135 with SMTP id vc7mr5562204wjc.86.1405778212033; Sat, 19 Jul 2014 06:56:52 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id v4sm18638545wiz.16.2014.07.19.06.56.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 19 Jul 2014 06:56:51 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 19 Jul 2014 15:56:25 +0200 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 18/20 v3] package/weston: needs libudev, not a udev daemon 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 weston is happy enough with just a libudev, and does not require a udev daemon. Signed-off-by: "Yann E. MORIN" --- package/weston/Config.in | 6 +++--- package/weston/weston.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/weston/Config.in b/package/weston/Config.in index aaef405..8e387ca 100644 --- a/package/weston/Config.in +++ b/package/weston/Config.in @@ -1,6 +1,6 @@ -comment "weston needs udev and a toolchain w/ threads, headers >= 3.0" +comment "weston needs a toolchain w/ threads, headers >= 3.0" depends on !BR2_avr32 - depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 config BR2_PACKAGE_WESTON bool "weston" @@ -11,7 +11,7 @@ config BR2_PACKAGE_WESTON select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_JPEG select BR2_PACKAGE_MTDEV - depends on BR2_PACKAGE_HAS_UDEV + depends on BR2_PACKAGE_HAS_LIBUDEV depends on !BR2_avr32 # wayland depends on BR2_TOOLCHAIN_HAS_THREADS # wayland depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 diff --git a/package/weston/weston.mk b/package/weston/weston.mk index ed0707b..c1d023a 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -11,7 +11,7 @@ WESTON_LICENSE = MIT WESTON_LICENSE_FILES = COPYING WESTON_DEPENDENCIES = host-pkgconf wayland libxkbcommon pixman libpng \ - jpeg mtdev udev cairo + jpeg mtdev libudev cairo WESTON_CONF_OPT = \ --with-dtddir=$(STAGING_DIR)/usr/share/wayland \