summaryrefslogtreecommitdiff
path: root/ci/ciimage
diff options
context:
space:
mode:
authorFlorian "sp1rit"​ <sp1rit@disroot.org>2025-06-11 19:10:12 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-06-23 19:59:53 +0300
commitfea9f6918a6647430f4e22ca908f074b3e93e489 (patch)
tree102087d670e2f9b5145bccdf7ac84f1c3c10f838 /ci/ciimage
parent19d3e4dc30bd3210eb85e29a538ad1606adef1bc (diff)
downloadmeson-fea9f6918a6647430f4e22ca908f074b3e93e489.tar.gz
vala: Also add --target-glib if glib is built as subproject
Previously, meson would only check if glib was part of target.external_dependencies and add --target-glib appropriately. This however had the downside of meson not adding --target-glib if glib was included as a subproject, potentially breaking otherwise builds. Instead of checking external_dependencies, check target.added_deps for an occurrence of 'glib-2.0' and then pick the appropriate codepath (either from the external dependency based on version_reqs or for the internal dependency based on the actual version, potentially downgraded to the latest release version) Related-to: #14694
Diffstat (limited to 'ci/ciimage')
0 files changed, 0 insertions, 0 deletions