summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-06-05 02:32:01 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-06-05 03:38:43 +0200
commita42ff0b771ccdf21ace297f91b372523a97b01da (patch)
tree170154613ef35de29b86db951f848866726c0e3e
parent101e7b12c9a0c725175a5ce79e1e2b30d547a272 (diff)
install blacklist into user profile
Change-Id: I2571fcdde1689f1a168a5c5d6bd20785ce018927
-rw-r--r--vcl/Module_vcl.mk1
-rw-r--r--vcl/Package_opengl_blacklist.mk16
-rw-r--r--vcl/opengl/opengl_blacklist_windows.xml (renamed from vcl/opengl/win/blacklist.xml)0
3 files changed, 17 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 8cb05ba73bd8..c2785171a7c2 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -23,6 +23,7 @@ $(eval $(call gb_Module_add_targets,vcl,\
CustomTarget_afm_hash \
Library_vcl \
Package_opengl \
+ Package_opengl_blacklist \
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
StaticLibrary_vclmain \
$(if $(ENABLE_HEADLESS),, \
diff --git a/vcl/Package_opengl_blacklist.mk b/vcl/Package_opengl_blacklist.mk
new file mode 100644
index 000000000000..b858a56eaa24
--- /dev/null
+++ b/vcl/Package_opengl_blacklist.mk
@@ -0,0 +1,16 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,vcl_opengl_blacklist,$(SRCDIR)/vcl/opengl))
+
+$(eval $(call gb_Package_add_files,vcl_opengl_blacklist,$(LIBO_SHARE_PRESETS_FOLDER)/config,\
+ opengl_blacklist_windows.xml \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/vcl/opengl/win/blacklist.xml b/vcl/opengl/opengl_blacklist_windows.xml
index 6ff92d049e54..6ff92d049e54 100644
--- a/vcl/opengl/win/blacklist.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml