devel-docs: Fix configuration of gimp-3.0.toml

whoopsydaisy
This commit is contained in:
Niels De Graef 2021-12-28 21:22:33 +01:00
parent 15b0828eb2
commit a0495b1593

View file

@ -7,7 +7,7 @@ gimp_doc_toml = configure_file(
output: '@BASENAME@',
configuration: {
'GIMP_VERSION': gimp_version,
'GIMP_LOGO': gimp_logo_dir / 'gimp-logo.png',
'GIMP_LOGO_PATH': gimp_logo_dir / 'gimp-logo.png',
},
)