upgpkg: ufw 0.36.2-1
[ArchLinux/community.git] / intel-gpu-tools / trunk / i-g-t-1-1-lib-meson.build-Fix-underscorify-call.patch
blob7ba357e6945772338e5a5466ecf659bc87a0e441
1 diff --git a/lib/meson.build b/lib/meson.build
2 index c3080fc8..297b0ad2 100644
3 --- a/lib/meson.build
4 +++ b/lib/meson.build
5 @@ -155,7 +155,7 @@ lib_version = vcs_tag(input : 'version.h.in', output : 'version.h',
7 lib_intermediates = []
8 foreach f: lib_sources
9 - name = f.underscorify(f)
10 + name = f.underscorify()
11 lib = static_library('igt-' + name,
12 [ f, lib_version ],
13 include_directories: inc,