mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 06:23:35 +08:00
0911f32d1c
Move it outside x11r7 scope since it can be built without it with a few patches (sent upstream via github pull request). Motivation is simple, it's a dependency for newer gtk3 versions which can work with a wayland or broadway backend, and having a full x11 stack is pointless for that scenario. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Thomas: split the first patch into four separate patches, since that's how they were submitted upstream.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
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
|