From patchwork Sun Aug 2 19:45:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brendan Heading X-Patchwork-Id: 502925 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 135E5140273 for ; Mon, 3 Aug 2015 05:45:52 +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=eGSxbJFA; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3766927CF0; Sun, 2 Aug 2015 19:45:51 +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 830zLQyDWiTf; Sun, 2 Aug 2015 19:45:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C870C30169; Sun, 2 Aug 2015 19:45:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 1B9F71CE87B for ; Sun, 2 Aug 2015 19:45:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 16EA293962 for ; Sun, 2 Aug 2015 19:45:48 +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 Hxqh78EenA2J for ; Sun, 2 Aug 2015 19:45:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by hemlock.osuosl.org (Postfix) with ESMTPS id 5B82393311 for ; Sun, 2 Aug 2015 19:45:47 +0000 (UTC) Received: by wibxm9 with SMTP id xm9so89326679wib.1 for ; Sun, 02 Aug 2015 12:45:45 -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=ZUZkZbCiiBWf59YVxdSHmnDwWlLKeJEqlFPVTzxM1oc=; b=eGSxbJFAdzuAgTgBhIG1YVRLiZEp2XIL5smA+CwVDXqkdP5gBHtuW/3mS2iyxaifwX UoAV62hDhA7ukNOJ6L29tElbvZ1Y0Mwp4t48SnL62+ibpmmKu9YdPEh6D2ve9lAiacq/ syhl277k5PnacJ+nRNXlKzETjXjDpsuNjsC8cQfQtDfG7cPRovD9Zy22wwUuc90EfWUG lmH1VyactFOBj1Ta3NObMA1SyV+YZPtUeGW2m+DdOLpRDe4T3YYdoF1NJtMp5PD46A/X 5XeiKFYYgRRJcSYpyXXD3vT6juE0mm1SM/AwGsQLTdG7akId7xLtuiAtf/JjLXFzMBBs iMCQ== X-Received: by 10.195.11.202 with SMTP id ek10mr28220125wjd.12.1438544745947; Sun, 02 Aug 2015 12:45:45 -0700 (PDT) Received: from bhfedora.localdomain ([82.15.84.251]) by smtp.gmail.com with ESMTPSA id w8sm19025122wja.15.2015.08.02.12.45.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Aug 2015 12:45:45 -0700 (PDT) From: Brendan Heading To: buildroot@buildroot.org Date: Sun, 2 Aug 2015 20:45:42 +0100 Message-Id: <1438544742-3372-1-git-send-email-brendanheading@gmail.com> X-Mailer: git-send-email 2.4.3 Cc: Brendan Heading Subject: [Buildroot] [PATCH 1/1] packages/x11r7/libepoxy - fix compilation issue 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/f7e/f7e6a42f53cb4ca523d2eeefde85c44770f6011e/ libepoxy expects to find EGL/eglplatform.h which is provided by mesa3d when --enable-egl is passed. Signed-off-by: Brendan Heading --- package/x11r7/libepoxy/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/x11r7/libepoxy/Config.in b/package/x11r7/libepoxy/Config.in index c4f5794..eb6fa85 100644 --- a/package/x11r7/libepoxy/Config.in +++ b/package/x11r7/libepoxy/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBEPOXY bool "epoxy" depends on BR2_PACKAGE_MESA3D + select BR2_PACKAGE_MESA3D_OPENGL_EGL help Epoxy is a library for handling OpenGL function pointer management for you.