summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-05-14 11:16:36 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-14 16:20:07 +0200
commit3e7d9a73b91881e2f08a7e493ca9ca6efb33d78e (patch)
tree6c46755706e4542da65872ca857ca370357ef6a8
parent3c87cc9e424a7752c06b5f51cc81c2a0260cc7e0 (diff)
downloadbuildroot-3e7d9a73b91881e2f08a7e493ca9ca6efb33d78e.tar.gz
buildroot-3e7d9a73b91881e2f08a7e493ca9ca6efb33d78e.zip
mali-t76x: depends on mesa3d-headers
It selects them, but doesn't depend on them, and since the package only provides binaries there's a complete lack of headers. When some other package pulls in the egl/gles provider this doesn't result in headers being pulled in, hence the API is completely missing. Fixes: http://autobuild.buildroot.net/results/dab/dab91372b7bfde57796a7e3de7e823dc44adfb76/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/mali-t76x/mali-t76x.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mali-t76x/mali-t76x.mk b/package/mali-t76x/mali-t76x.mk
index 702f583952..387685c033 100644
--- a/package/mali-t76x/mali-t76x.mk
+++ b/package/mali-t76x/mali-t76x.mk
@@ -7,7 +7,7 @@
MALI_T76X_VERSION = r5p0-06rel0
MALI_T76X_SOURCE = mali-t76x_$(MALI_T76X_VERSION)_linux_1+fbdev.tar.gz
MALI_T76X_SITE = http://malideveloper.arm.com/downloads/drivers/binary/$(MALI_T76X_VERSION)
-
+MALI_T76X_DEPENDENCIES = mesa3d-headers
MALI_T76X_INSTALL_STAGING = YES
MALI_T76X_PROVIDES = libegl libgles
OpenPOWER on IntegriCloud