diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-22 20:19:41 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-19 13:47:40 +0100 |
commit | 749d28227b8562431e2f10d47e3f511d535df430 (patch) | |
tree | d9c035b0777ccd456ed9b9d8dd598f3897030394 /chart2 | |
parent | 2d90ddc9cf83ef3d1471c7844b5c74695d5d5b99 (diff) |
we need to depend on mesa headers for windows & unix without opengl
Change-Id: I0144586864045b5f6091dc49ed7e1e1a73705ce1
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/Library_chartopengl.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chart2/Library_chartopengl.mk b/chart2/Library_chartopengl.mk index d1f2c4be434e..0aa88e7b0865 100644 --- a/chart2/Library_chartopengl.mk +++ b/chart2/Library_chartopengl.mk @@ -19,6 +19,11 @@ $(eval $(call gb_Library_set_include,chartopengl,\ $(eval $(call gb_Library_use_sdk_api,chartopengl)) +$(eval $(call gb_Library_use_externals,chartopengl,\ + boost_headers \ + mesa_headers \ +)) + $(eval $(call gb_Library_use_libraries,chartopengl,\ chartcore \ cppu \ |