From: Yann E. MORIN Date: Thu, 17 Apr 2014 16:04:24 +0000 (+0200) Subject: package/libevas: switch dependency from mesa3d to _HAS_LIBGL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab1a236a0763c18d3990590940b6b3ab7c63131d;p=buildroot.git 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 --- 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