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

Make gobject-introspection actually optional #39

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

Conversation

Artturin
Copy link

in the readme it says that gobject-introspection is optional, however
without this change the configure would fail with

HAVE_INTROSPECTION does not appear in AM_CONDITIONAL

after this change, configuring without gobject-introspection works as it
should

tested by changing the source of the nixpkgs i3ipc-glib drv to point to
my local checkout with this change applied

verified that share/gir-1.0/i3ipc-1.0.gir-1 exists

copied from https://github.com/harfbuzz/harfbuzz/blob/63bc6be0cf7151dfbd7a004f5b644e802c2ff6ca/configure.ac#L173-L186

would close #36 and #31 if they were open

in the readme it says that gobject-introspection is optional, however
without this change the configure would fail with

`HAVE_INTROSPECTION does not appear in AM_CONDITIONAL`

after this change, configuring without gobject-introspection works as it
should

tested by changing the source of the nixpkgs i3ipc-glib drv to point to
my local checkout with this change applied

verified that `share/gir-1.0/i3ipc-1.0.gir-1` exists

copied from https://github.com/harfbuzz/harfbuzz/blob/63bc6be0cf7151dfbd7a004f5b644e802c2ff6ca/configure.ac#L173-L186
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

Successfully merging this pull request may close these issues.

compiling error
1 participant