8000 Meson custom_target name is mandatory prior to 0.60.0 (#4559) · libvips/libvips@6c7885c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c7885c

Browse files
authored
Meson custom_target name is mandatory prior to 0.60.0 (#4559)
1 parent 603730e commit 6c7885c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ vips_toml = configure_file(
5959

6060
fixup_gir_for_doc = find_program('fixup-gir-for-doc.py')
6161

62-
vips_gir_doc = custom_target(
62+
vips_gir_doc = custom_target('vips-gir-docs',
6363
input: vips_gir[0],
6464
output: 'Vips-@0@.0-doc.gir'.format(version_major),
6565
command: [fixup_gir_for_doc, '@INPUT@', '@OUTPUT@'],

0 commit comments

Comments
 (0)
0