From patchwork Sat May 17 11:39:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 349870 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id B21961400B8 for ; Sat, 17 May 2014 21:40:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A4B5926B35; Sat, 17 May 2014 11:40:34 +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 vULesajo2rHV; Sat, 17 May 2014 11:40:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 29369300A6; Sat, 17 May 2014 11:40:23 +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 937261C2A55 for ; Sat, 17 May 2014 11:40:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 909798B16B for ; Sat, 17 May 2014 11:40:20 +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 SwFDc7gy71-p for ; Sat, 17 May 2014 11:40:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 4581F8B1AB for ; Sat, 17 May 2014 11:40:15 +0000 (UTC) Received: from fwd23.aul.t-online.de (fwd23.aul.t-online.de [172.20.26.128]) by mailout04.t-online.de (Postfix) with SMTP id C01724B245D for ; Sat, 17 May 2014 13:38:54 +0200 (CEST) Received: from fli4l.lan.fli4l (rfGxiwZ1ohD-Yhvo1RgO3AIQqkLuwuRwYdRCBARiJLWXoVhZQHtTmMR9x8p-kNVw6O@[79.247.173.106]) by fwd23.t-online.de with esmtp id 1WlcyK-0YYw8O0; Sat, 17 May 2014 13:40:12 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:33082) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1WlcyJ-0001Wl-BN; Sat, 17 May 2014 13:40:11 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 17 May 2014 13:39:39 +0200 Message-Id: <1400326806-16428-5-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1400326806-16428-1-git-send-email-bernd.kuhls@t-online.de> References: <1400326806-16428-1-git-send-email-bernd.kuhls@t-online.de> X-ID: rfGxiwZ1ohD-Yhvo1RgO3AIQqkLuwuRwYdRCBARiJLWXoVhZQHtTmMR9x8p-kNVw6O X-TOI-MSGID: 1168601b-e751-445b-8dd9-3baf3fc3f145 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v7 04/31] mesa3d: add dependency xproto_presentproto 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 | 1 + package/mesa3d/mesa3d.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index b645712..0bea798 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -4,6 +4,7 @@ menuconfig BR2_PACKAGE_MESA3D select BR2_PACKAGE_EXPAT select BR2_PACKAGE_HOST_LIBXML2_PYTHON select BR2_PACKAGE_XPROTO_DRI2PROTO if BR2_PACKAGE_XORG7 + select BR2_PACKAGE_XPROTO_PRESENTPROTO if BR2_PACKAGE_XORG7 select BR2_PACKAGE_XPROTO_XF86DRIPROTO if BR2_PACKAGE_XORG7 select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7 select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7 diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index 1789c5b..5e45b00 100644 --- a/package/mesa3d/mesa3d.mk +++ b/package/mesa3d/mesa3d.mk @@ -28,6 +28,7 @@ MESA3D_DEPENDENCIES += \ xproto_xf86driproto \ xproto_dri2proto \ xproto_glproto \ + xproto_presentproto \ xlib_libX11 \ xlib_libXext \ xlib_libXdamage \