From patchwork Fri Jun 13 23:02:40 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: 359729 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 873621400AB for ; Sat, 14 Jun 2014 09:03:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0992E8BE97; Fri, 13 Jun 2014 23:03:32 +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 Jgjc74uQT6No; Fri, 13 Jun 2014 23:03:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 88B5D8BE74; Fri, 13 Jun 2014 23:03:24 +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 F03101BF97D for ; Fri, 13 Jun 2014 23:03:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EC87C8C115 for ; Fri, 13 Jun 2014 23:03:09 +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 pLnxFWXRfPyi for ; Fri, 13 Jun 2014 23:03:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6609D8C054 for ; Fri, 13 Jun 2014 23:03:08 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id u56so3272905wes.8 for ; Fri, 13 Jun 2014 16:03:06 -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=b5E00vXbf3rClTbvZTa9/64/OJHXFCoaYh5iv7GkI/U=; b=0jQY6QyDwWKx5CI1RJhTpU5j1mhrxPDDD+WjOkL/AhtOVWQOihJz+33hJwWuxkPPvc MM8DjGLp4vPNfKyPeDsS2JKOhBNEu/K2XtOt+QU9QUELq3PUDBeA1Wf+ipcytmHvlv3M uiWcESWPChIIiGX6euT/CQ0rcKrKktSZdWQCbycKuUfHsj0JubIZZduxKAZQmHY8Qx+3 GLJEckadibHGGm2k2w2WwE36fydB4Sw/AMrTMdaEutNOGkxZRBaSc+wmNmJSPJgcMn5i ZsxvMo88Yugx3aJR343hxpt+dUn0qBZufxzgJHIEYvXLUrMXZF2GaADC1+HsTOiayVz+ 19KQ== X-Received: by 10.180.83.202 with SMTP id s10mr5956924wiy.25.1402700586924; Fri, 13 Jun 2014 16:03:06 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id ja9sm4901602wic.8.2014.06.13.16.03.05 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Jun 2014 16:03:06 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 14 Jun 2014 01:02:40 +0200 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Bernd Kuhls , "Yann E. MORIN" Subject: [Buildroot] [PATCH 16/20 RFC] package/mesa3d: depends on libudev, not udev 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" Cc: Bernd Kuhls Tested-by: Bernd Kuhls --- package/mesa3d/Config.in | 2 +- package/mesa3d/mesa3d.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index e698b3e..d912db5 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -10,7 +10,7 @@ menuconfig BR2_PACKAGE_MESA3D select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XSERVER_XORG_SERVER select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XSERVER_XORG_SERVER select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XSERVER_XORG_SERVER - depends on BR2_PACKAGE_HAS_UDEV + depends on BR2_PACKAGE_HAS_LIBUDEV depends on BR2_INSTALL_LIBSTDCPP depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index 1a61af8..ca35eb9 100644 --- a/package/mesa3d/mesa3d.mk +++ b/package/mesa3d/mesa3d.mk @@ -93,8 +93,8 @@ MESA3D_CONF_OPT += --enable-opengl ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL),y) MESA3D_PROVIDES += libegl -# egl depends on gbm, gbm depends on udev -MESA3D_DEPENDENCIES += udev +# egl depends on gbm, gbm depends on libudev +MESA3D_DEPENDENCIES += libudev MESA3D_EGL_PLATFORMS = drm ifeq ($(BR2_PACKAGE_WAYLAND),y) MESA3D_DEPENDENCIES += wayland