meson, gimp-data: Add '-Ddmg' option for control assets generation on macOS

This commit is contained in:
Bruno Lopes 2026-01-03 17:32:50 -03:00
parent 9a598a6fcd
commit 5bb91fa75c
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit f97ac6e4554e66dbe7bc8ea34be6e0c6e15eff13
Subproject commit d6689c7a26a725fb0a66d5aaf92e209a57a0bb4d

View file

@ -5,6 +5,7 @@ option('enable-multiproc', type: 'boolean', value: true, description: 'Suppor
option('profiling', type: 'boolean', value: false, description: 'Enable profiling')
option('windows-installer', type: 'boolean', value: false, description: 'Generate files needed for the Inno Windows installer')
option('ms-store', type: 'boolean', value: false, description: 'Generate files needed for the Microsoft Store .msixupload and/or .msixbundle')
option('dmg', type: 'boolean', value: false, description: 'Generate files needed for the macOS .dmg')
option('relocatable-bundle', type: 'combo', value: 'platform-default',
description: 'build with resources considered bundled under the same prefix',