Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Brendan Heading <brendanheading@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] packages/x11r7/libepoxy - fix compilation issue
Date: Sun,  2 Aug 2015 20:45:42 +0100	[thread overview]
Message-ID: <1438544742-3372-1-git-send-email-brendanheading@gmail.com> (raw)

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 <brendanheading@gmail.com>
---
 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.
 
-- 
2.4.3

             reply	other threads:[~2015-08-02 19:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-02 19:45 Brendan Heading [this message]
2015-08-02 19:50 ` [Buildroot] [PATCH 1/1] packages/x11r7/libepoxy - fix compilation issue Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438544742-3372-1-git-send-email-brendanheading@gmail.com \
    --to=brendanheading@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox