summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-09-10 22:25:18 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-09-11 00:00:23 +0200
commit8793f3c406d5acba910fb5b819e8263cd38a3af0 (patch)
tree81f58812c70ffe0ec66a02157ef03c5300930480 /bin
parent84e1c79dd7394168459a3bbdea8bd94d765708e0 (diff)
don't include Vulkan headers for Skia PCH
It's not built on Mac. Change-Id: Ica6aed9da51bb5cfd6dd1255e1231d5f0e53ba2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121926 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_pch2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/update_pch b/bin/update_pch
index e59e72172deb..6dc1b823ba58 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -476,6 +476,8 @@ def filter_ignore(line, module):
'src/gpu/GrUtil.h',
'src/sksl/', # conflict between SkSL::Expression and SkSL::dsl::Expression
'include/sksl/',
+ 'src/gpu/vk/',
+ 'include/gpu/vk'
]
for i in ignore_list: