From ab1a236a0763c18d3990590940b6b3ab7c63131d Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 17 Apr 2014 18:04:24 +0200 Subject: [PATCH] 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" Cc: Bernd Kuhls Cc: Paul Cercueil Signed-off-by: Thomas Petazzoni --- package/efl/libevas/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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