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

New commits:
commit 461f0e70ac73639f8e0b9d9ce3fcfe657aa6f1e9
Author: Tor Lillqvist <t...@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
    (cherry picked from commit 98015cdcde77d23b66636591280463ae577246c0)
    Reviewed-on: https://gerrit.libreoffice.org/22318
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>
    Reviewed-by: Michael Stahl <mst...@redhat.com>
    Tested-by: Michael Stahl <mst...@redhat.com>

diff --git a/Repository.mk b/Repository.mk
index 5e9bb48..a786b04 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -816,6 +816,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) \
 ))
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to