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

Fix build with devel logging, but without --enable-pixman #3106

Merged

Conversation

matt335672
Copy link
Member

Mentioned in #3105 as an observation.

If ./configure is used with devel logging, but without --enable-pixman, the stub pixman development files are used.

However, in this configuration, the pixman_region_selfcheck() function is declared, but not defined.

Fix is to add a function definition in this situation.

This is a regression introduced in 7e58209

If ./configure is used with devel logging, but without --enable-pixman,
the stub pixman development files are used.

However, in this configuration, the pixman_region_selfcheck() function
is declared, but not defined.

This is a regression introduced in 7e58209
@matt335672 matt335672 merged commit 8048a63 into neutrinolabs:devel Jun 3, 2024
14 checks passed
@matt335672 matt335672 deleted the fix_link_error_on_devel_all branch June 3, 2024 12:33
@matt335672
Copy link
Member Author

My mistake on the regression - both v0.9 and V0.10 are fine.

The regression was introduced in 5eed76f (2023-10-20)

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.

None yet

1 participant