From patchwork Wed Apr 2 19:46:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 336422 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 093FC140126 for ; Thu, 3 Apr 2014 06:47:45 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 763868AE3E; Wed, 2 Apr 2014 19:47:30 +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 5wxv2nwXpKTO; Wed, 2 Apr 2014 19:47:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B7A048AE41; Wed, 2 Apr 2014 19:47:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 2E75B1BFA57 for ; Wed, 2 Apr 2014 19:47:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 29BEF306BA for ; Wed, 2 Apr 2014 19:47:16 +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 9eL4mt-UgFul for ; Wed, 2 Apr 2014 19:47:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by silver.osuosl.org (Postfix) with ESMTPS id C0F2831A3C for ; Wed, 2 Apr 2014 19:47:14 +0000 (UTC) Received: from fwd25.aul.t-online.de (fwd25.aul.t-online.de [172.20.26.130]) by mailout11.t-online.de (Postfix) with SMTP id 212369235F for ; Wed, 2 Apr 2014 21:47:13 +0200 (CEST) Received: from fli4l.lan.fli4l (SaS-uZZCohUhC8llPnS3UVkTRIi2iEfrV9xZN2xeXqVccsLVB1FlEG-jIxdwQyuQUT@[79.247.149.125]) by fwd25.t-online.de with esmtp id 1WVR7v-3GsF7Y0; Wed, 2 Apr 2014 21:47:11 +0200 Received: from [192.168.1.122] (port=45260 helo=fli4lbuild64.lan.fli4l) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1WVR7u-0000Wh-Ge; Wed, 02 Apr 2014 21:47:10 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 2 Apr 2014 21:46:29 +0200 Message-Id: <1396468015-1724-15-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1396468015-1724-1-git-send-email-bernd.kuhls@t-online.de> References: <1396468015-1724-1-git-send-email-bernd.kuhls@t-online.de> X-ID: SaS-uZZCohUhC8llPnS3UVkTRIi2iEfrV9xZN2xeXqVccsLVB1FlEG-jIxdwQyuQUT X-TOI-MSGID: e1ce4ecd-9093-4043-b840-4e01c902958f Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v2 15/41] mesa3d: Explain dependency for i965 DRI driver on xorg in Kconfig 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 Signed-off-by: Bernd Kuhls --- package/mesa3d/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index 8ed0c07..324f1b6 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -76,6 +76,9 @@ config BR2_PACKAGE_MESA3D_DRI_DRIVER_I965 help Supports all Intel GPUs. This version is most supported by Intel. +comment "DRI i965 driver depends on X.org" + depends on !BR2_PACKAGE_XORG7 + config BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON bool "DRI radeon driver" depends on BR2_i386 || BR2_x86_64