diff --git a/gimp-data b/gimp-data index f97ac6e455..d6689c7a26 160000 --- a/gimp-data +++ b/gimp-data @@ -1 +1 @@ -Subproject commit f97ac6e4554e66dbe7bc8ea34be6e0c6e15eff13 +Subproject commit d6689c7a26a725fb0a66d5aaf92e209a57a0bb4d diff --git a/meson_options.txt b/meson_options.txt index 778e7161d7..c68081bef5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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',