summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-02-12 16:36:55 +0200
committerMichael Stahl <mstahl@redhat.com>2016-02-12 20:30:54 +0000
commit461f0e70ac73639f8e0b9d9ce3fcfe657aa6f1e9 (patch)
tree178646c26e4f143a7651cbead4b3a80c85225c31
parenta9abfefd469f5988bd116427d42d799e17264013 (diff)
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 <quikee@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--Repository.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index 5e9bb48287d1..a786b0413ebd 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) \
))