Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] packages/x11r7/libepoxy - fix compilation issue
@ 2015-08-02 19:45 Brendan Heading
  2015-08-02 19:50 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Brendan Heading @ 2015-08-02 19:45 UTC (permalink / raw)
  To: 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 <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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-02 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-02 19:45 [Buildroot] [PATCH 1/1] packages/x11r7/libepoxy - fix compilation issue Brendan Heading
2015-08-02 19:50 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox