summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-04-17 18:04:24 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-17 23:00:19 +0200
commitab1a236a0763c18d3990590940b6b3ab7c63131d (patch)
treedcce15ffa18f27a9fa241ec423efb64fa9cb78c4
parentdbc989558c2b43fca84e99f11da2ead7f5bfc7bf (diff)
downloadbuildroot-ab1a236a0763c18d3990590940b6b3ab7c63131d.tar.gz
buildroot-ab1a236a0763c18d3990590940b6b3ab7c63131d.zip
package/libevas: switch dependency from mesa3d to _HAS_LIBGL
We now have a virtual package that represents availability of full OpenGL. This should be the end of this dependency hell epic, now. :-) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Cc: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/efl/libevas/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/efl/libevas/Config.in b/package/efl/libevas/Config.in
index 8eea23dbf5..febc115912 100644
--- a/package/efl/libevas/Config.in
+++ b/package/efl/libevas/Config.in
@@ -148,7 +148,7 @@ choice
config BR2_PACKAGE_LIBEVAS_GL
bool "generic OpenGL"
- depends on BR2_PACKAGE_MESA3D
+ depends on BR2_PACKAGE_HAS_LIBGL
select BR2_PACKAGE_LIBEET
config BR2_PACKAGE_LIBEVAS_GLES_SGX
OpenPOWER on IntegriCloud