Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kasper93 opened this issue May 10, 2024 · 3 comments

Comments

@kasper93
Copy link

cdata.set10('HAVE_DCGETTEXT', cc.has_function('dcgettext', dependencies: nls_dep))
cdata.set10('HAVE_GETTEXT', cc.has_function('dcgettext', dependencies: nls_dep))

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

@neheb
Copy link
Collaborator

neheb commented May 15, 2024

when is intl internal?

@benoit-pierre
Copy link
Contributor

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

@neheb
Copy link
Collaborator

neheb commented May 15, 2024

Ah forgot about that. Unfortunate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants