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:
@@ -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',
|
||||
},
|
||||
)
|
||||
|
||||
|
@@ -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',
|
||||
},
|
||||
)
|
||||
|
||||
|
Submodule gimp-data updated: fef782c772...383a5cda3f
Reference in New Issue
Block a user