mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
Merge branch 'master' into 'master'
Draft: meson.build: require native iso-codes See merge request GNOME/gimp!2185
This commit is contained in:
commit
b2f1070264
1 changed files with 1 additions and 1 deletions
|
@ -1056,7 +1056,7 @@ endif
|
|||
################################################################################
|
||||
# ISO codes
|
||||
|
||||
isocodes = dependency('iso-codes', required: false)
|
||||
isocodes = dependency('iso-codes', required: false, native: true)
|
||||
if isocodes.found()
|
||||
isocodes_prefix = isocodes.get_variable(pkgconfig: 'prefix')
|
||||
isocodes_location = isocodes_prefix / 'share' / 'xml' / 'iso-codes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue