Conversation
i18n module internally searches for them on "build" machine, which is `native=true`.
`gnome` module sets `native=true` when searching for it.
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis change reorganizes Meson build tool declarations by moving gettext and glib-compile-schemas tool lookups from the central meson.build file to their respective subdirectories (po/meson.build and schemas/meson.build). These tool declarations are now marked as optional with disabler handling to gracefully handle missing tools rather than failing the build. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
🔇 Additional comments (2)
✏️ Tip: You can disable this entire section by setting Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
When searching for the same programs in built-in modules (
i18n,gnome), Meson performs the search innative=truemode.