2015-02-07 21:11:16 +01:00
|
|
|
config BR2_PACKAGE_LIBEPOXY
|
|
|
|
bool "epoxy"
|
2015-08-08 14:43:18 +02:00
|
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
|
|
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
|
|
|
depends on BR2_PACKAGE_HAS_LIBEGL
|
2015-02-07 21:11:16 +01:00
|
|
|
help
|
2015-08-08 14:43:18 +02:00
|
|
|
Epoxy is a library for handling OpenGL function pointer
|
|
|
|
management for you.
|
2015-02-07 21:11:16 +01:00
|
|
|
|
|
|
|
https://github.com/anholt/libepoxy
|
2015-08-08 14:43:18 +02:00
|
|
|
|
|
|
|
comment "epoxy needs an OpenGL EGL backend"
|
|
|
|
depends on !BR2_PACKAGE_HAS_LIBEGL
|