Update buidlroot to version 2016.08.1
This commit is contained in:
12
bsp/buildroot/package/libepoxy/Config.in
Normal file
12
bsp/buildroot/package/libepoxy/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_LIBEPOXY
|
||||
bool "libepoxy"
|
||||
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL || BR2_PACKAGE_HAS_LIBGL
|
||||
help
|
||||
Epoxy is a library for handling OpenGL function pointer
|
||||
management for you.
|
||||
|
||||
https://github.com/anholt/libepoxy
|
||||
|
||||
comment "libepoxy needs an OpenGL and/or OpenGL EGL backend"
|
||||
depends on !BR2_PACKAGE_HAS_LIBEGL && !BR2_PACKAGE_HAS_LIBGL
|
||||
Reference in New Issue
Block a user