1 diff --git a/lib/meson.build b/lib/meson.build
2 index c3080fc8..297b0ad2 100644
5 @@ -155,7 +155,7 @@ lib_version = vcs_tag(input : 'version.h.in', output : 'version.h',
9 - name = f.underscorify(f)
10 + name = f.underscorify()
11 lib = static_library('igt-' + name,
13 include_directories: inc,