blob: 5628bf79da502f5c1bb3b12cc4372b772d59151f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|