summaryrefslogtreecommitdiffstats
path: root/package/libepoxy/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-09 06:58:39 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-20 18:34:10 +0100
commit0911f32d1c34b239cbb59e1b2d89d1b5cadee7e0 (patch)
tree0220ecd8b2323ea9d23a33078b0311a30d5ed44a /package/libepoxy/Config.in
parent7429785873c6572db7440d1be26fab011c5d670a (diff)
downloadbuildroot-0911f32d1c34b239cbb59e1b2d89d1b5cadee7e0.tar.gz
buildroot-0911f32d1c34b239cbb59e1b2d89d1b5cadee7e0.zip
libepoxy: move outside x11r7 scope
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>
Diffstat (limited to 'package/libepoxy/Config.in')
-rw-r--r--package/libepoxy/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libepoxy/Config.in b/package/libepoxy/Config.in
new file mode 100644
index 0000000000..c87366afd0
--- /dev/null
+++ b/package/libepoxy/Config.in
@@ -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
OpenPOWER on IntegriCloud