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:
parent
4e57e7b4ea
commit
3362b52e0c
3 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit fef782c772ed28790202d617246bf8b7eb8ade98
|
||||
Subproject commit 383a5cda3f6b68c0e49004baa0b28fb4d9fefa82
|
||||
Loading…
Reference in a new issue