1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-05 21:02:42 +02:00

devel-docs: use the devel logo for API docs.

Also depends on gimp-data, so I bump it, which brings as well some RTL
icon fixing.
This commit is contained in:
Jehan
2025-01-07 17:49:16 +01:00
parent 4e57e7b4ea
commit 3362b52e0c
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ gimp_ui_doc_toml = configure_file(
output: '@BASENAME@',
configuration: {
'GIMP_VERSION': gimp_version,
'GIMP_LOGO': '../images/' + (stable ? 'gimp-logo.png' : 'gimp-devel-logo.png'),
'GIMP_LOGO': '../images/gimp-devel-logo.png',
},
)

View File

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