summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-02-12 16:36:55 +0200
committerTor Lillqvist <tml@collabora.com>2016-02-12 16:38:22 +0200
commit98015cdcde77d23b66636591280463ae577246c0 (patch)
tree6be8bdb40295d1bb1532f5ffbc67f45b95365155
parent6858d517574aec65527ffa57b2b936bfa949ae92 (diff)
We need to mention the vcl_opengl_blacklist here
Otherwise the file won't be included in the installer. Change-Id: I928144e666377f18efa3a66f1e8c3e4204a708dc
-rw-r--r--Repository.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index 6ca3184b5032..a99e8f51d7a5 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) \
))