mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
69 stars 176 forks source link

liblzma| xz-5.2.12: meson.build:191:35: Exception: Dependencies must be external dependencies #1512

Open kasper93 opened 2 months ago

kasper93 commented 2 months ago

https://github.com/mesonbuild/wrapdb/blob/c3a8a5124fbdc4fc23d14d2540c4dd90b849bd0b/subprojects/packagefiles/liblzma/meson.build#L191-L192

internal dependencies cannot be checked during configuration time. Should be fixed to assume that is available if internal.

neheb commented 2 months ago

when is intl internal?

benoit-pierre commented 2 months ago

When using proxy-libintl (like glib fallback to)?

neheb commented 2 months ago

Ah forgot about that. Unfortunate.