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

disable explicitly glib introspection for host builds. Otherwise a ho… #9320

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zabrimus
Copy link

@Zabrimus Zabrimus commented Sep 22, 2024

disable explicitly glib introspection for host builds. Otherwise a host installation of gobject-introspection could lead to build problems.

The meson.build contains

gir_scanner = find_program('g-ir-scanner', required: get_option('introspection')) enable_gir = get_option('introspection').allowed() and gir_scanner.found() and meson.can_run_host_binaries()

and find_program finds the g-ir-scanner in /usr/bin on the host system and the build of glib fails.

@chewitt
Copy link
Member

chewitt commented Sep 22, 2024

Please change the commit message (not the PR message) to glibc: disable glib introspection for host builds so it follows house style and is more readable. Thanks.

@Zabrimus
Copy link
Author

Thanks. Commit message has been changed to 'glib: disable glib introspection for host builds'

@heitbaum heitbaum requested a review from chewitt October 29, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants