From 989f0fa8dbe6af56aa33fc6b8c63364811f8635c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 7 Jan 2016 12:53:03 +0200 Subject: The OpenGL Windows driver blacklist file should be in share, not user config We don't want a potentially outdated copy to be used. Besides, when it was in the user profile, it did not exist the first time after an installation, or a user profile removal, when we attempted to read it. Change-Id: I21290090a3bbb44864730dff84c81e80add89fb3 --- vcl/Package_opengl_blacklist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/Package_opengl_blacklist.mk') diff --git a/vcl/Package_opengl_blacklist.mk b/vcl/Package_opengl_blacklist.mk index b858a56eaa24..35dbfcb0b273 100644 --- a/vcl/Package_opengl_blacklist.mk +++ b/vcl/Package_opengl_blacklist.mk @@ -9,7 +9,7 @@ $(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,\ +$(eval $(call gb_Package_add_files,vcl_opengl_blacklist,$(LIBO_SHARE_FOLDER)/opengl,\ opengl_blacklist_windows.xml \ )) -- cgit