summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsid <sidtosh4@gmail.com>2024-08-15 16:41:43 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2024-09-04 23:12:00 +0300
commit49a58cf7433e8438f9151d7b84fd2620c7e95632 (patch)
tree46dc73e1ba34ddc8e16ec73db79034326e7f0932 /docs
parent7071ee632c291a2caa1c73ca003d9829ba630a09 (diff)
downloadmeson-49a58cf7433e8438f9151d7b84fd2620c7e95632.tar.gz
modules/gnome: Make 'gnome.yelp()' install actual media with symlinks
In cases, when localized media files are provided by some languages, we need to use 'gnome.yelp ()' with 'symlink_media: false' which copies all files from 'C' locale in addition to the localized media. This wastes storage space. The alternative is to use 'symlink_media: true' which symlinks entirely to 'C' media files ignoring localized media files. As a middle ground, if the localized media file exists in the source tree for a language, we use that file rather than symlinking to 'C' media with the same filename even when 'symlink_media: true'. This saves storage space. If there are no localized media files in non-C language, the existing behaviour is maintained.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions