]> git.pld-linux.org Git - packages/mpv.git/blame - mpv-shaderc.patch
updated deps
[packages/mpv.git] / mpv-shaderc.patch
CommitLineData
3f336c4f
JP
1diff -urN mpv-0.29.1.orig/wscript mpv-0.29.1/wscript
2--- mpv-0.29.1.orig/wscript 2019-05-28 20:48:29.531577650 +0200
3+++ mpv-0.29.1/wscript 2019-05-28 20:49:59.381099666 +0200
4@@ -730,7 +730,7 @@
5 'desc': 'libshaderc SPIR-V compiler (shared library)',
6 'deps': '!static-build',
7 'groups': ['shaderc'],
8- 'func': check_cc(header_name='shaderc/shaderc.h', lib='shaderc_shared'),
9+ 'func': check_cc(header_name='shaderc/shaderc.h', lib='shaderc'),
10 }, {
11 'name': 'shaderc-static',
12 'desc': 'libshaderc SPIR-V compiler (static library)',
This page took 0.027254 seconds and 4 git commands to generate.