8a2aa343c8
libepoxy depends on egl, opengl is an optional dependency Fixes http://autobuild.buildroot.net/results/f7e/f7e6a42f53cb4ca523d2eeefde85c44770f6011e http://autobuild.buildroot.net/results/025/025a3d3b4d3dd4f496dcbf09f2dd279116250207 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
355 B
Plaintext
14 lines
355 B
Plaintext
config BR2_PACKAGE_LIBEPOXY
|
|
bool "epoxy"
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
|
depends on BR2_PACKAGE_HAS_LIBEGL
|
|
help
|
|
Epoxy is a library for handling OpenGL function pointer
|
|
management for you.
|
|
|
|
https://github.com/anholt/libepoxy
|
|
|
|
comment "epoxy needs an OpenGL EGL backend"
|
|
depends on !BR2_PACKAGE_HAS_LIBEGL
|