[Libreoffice-commits] core.git: Branch 'feature/chart-opengl' - chart2/Library_chartopengl.mk
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Oct 22 11:20:40 PDT 2013
chart2/Library_chartopengl.mk | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 8b6140ca92cb6013ebdb88efbd5a1427aae67fcc
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Oct 22 20:19:41 2013 +0200
we need to depend on mesa headers for windows & unix without opengl
Change-Id: I0144586864045b5f6091dc49ed7e1e1a73705ce1
diff --git a/chart2/Library_chartopengl.mk b/chart2/Library_chartopengl.mk
index d1f2c4b..0aa88e7b0 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 \
More information about the Libreoffice-commits
mailing list