Repository.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 792a6a99adf5756b7d5594d3628f879a36f418b7
Author: Markus Mohrhard <markus.mohrh...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to