diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-08 05:16:03 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-08 05:16:03 +0200 |
commit | ffe4e6ff4b20305695ca04c37ca559261f5f1fc3 (patch) | |
tree | bc1fb136a49b37db59575a1056a90d5d4f61231f /chart2 | |
parent | 0e57fb6eee4782e569c3db2604e68cf3dfe4bd83 (diff) |
maybe the mesa headers are missing
Change-Id: Ibf5e634310f404d1dd1a4ed7be00dab3157ae056
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/Library_chartcore.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/Library_chartcore.mk b/chart2/Library_chartcore.mk index aa375b21c435..709b6fa132fa 100644 --- a/chart2/Library_chartcore.mk +++ b/chart2/Library_chartcore.mk @@ -30,6 +30,7 @@ $(eval $(call gb_Library_use_externals,chartcore,\ mdds_headers \ glm_headers \ glew \ + mesa_headers \ )) $(eval $(call gb_Library_use_custom_headers,chartcore,\ |