[Libreoffice-commits] core.git: Branch 'feature/chart-opengl' - Repository.mk
Markus Mohrhard
markus.mohrhard at googlemail.com
Wed Feb 12 21:28:09 CET 2014
Repository.mk | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 792a6a99adf5756b7d5594d3628f879a36f418b7
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Wed Feb 12 21:22:20 2014 +0100
fix the opengl packaging issue
Thanks Matus.
Change-Id: I3a0219684971e151edfb4addb5094400c1da1c23
diff --git a/Repository.mk b/Repository.mk
index b702ae3..cbadb8b 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -710,6 +710,9 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
$(if $(SYSTEM_CURL),,curl) \
$(if $(SYSTEM_LCMS2),,lcms2) \
$(if $(SYSTEM_LIBXSLT),,xslt) \
+ $(if $(filter FREEBSD LINUX MACOSX WNT,$(OS)), \
+ chart2_opengl_shader \
+ ) \
))
# External executables
More information about the Libreoffice-commits
mailing list