diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-04-17 18:04:24 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-17 23:00:19 +0200 |
commit | ab1a236a0763c18d3990590940b6b3ab7c63131d (patch) | |
tree | dcce15ffa18f27a9fa241ec423efb64fa9cb78c4 | |
parent | dbc989558c2b43fca84e99f11da2ead7f5bfc7bf (diff) | |
download | buildroot-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.in | 2 |
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 |