[Libreoffice-commits] core.git: Repository.mk

Tor Lillqvist tml at collabora.com
Fri Feb 12 14:39:04 UTC 2016


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

New commits:
commit 98015cdcde77d23b66636591280463ae577246c0
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Feb 12 16:36:55 2016 +0200

    We need to mention the vcl_opengl_blacklist here
    
    Otherwise the file won't be included in the installer.
    
    Change-Id: I928144e666377f18efa3a66f1e8c3e4204a708dc

diff --git a/Repository.mk b/Repository.mk
index 6ca3184..a99e8f5 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -810,6 +810,9 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
 	xmlsec \
 	chart2_opengl_shader \
 	vcl_opengl_shader \
+	$(if $(filter WNT,$(OS)), \
+		vcl_opengl_blacklist \
+	) \
 	$(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
 ))
 


More information about the Libreoffice-commits mailing list