add opengl deps when building for mele/cubieboard

This commit is contained in:
Raoul Hecky 2013-10-17 15:01:12 +02:00
parent f8d920108a
commit 72032b2c20

View File

@ -0,0 +1,3 @@
#force building gl (sunxi-mali) before evas otherwise evas will not build gles support
DEPENDS_mele += "virtual/egl"
DEPENDS_cubieboard += "virtual/egl"