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

cmake/gtk3: make sure gtk3 libs are found #2554

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

landryb
Copy link
Contributor

@landryb landryb commented Apr 28, 2023

On OpenBSD most third-party libs are in /usr/local/lib. 3.0.0 built fine but 3.1.0 fails to build because there's no -L/usr/local/lib in the gtk module linking line.

my guess is that it's a regression from #2506.. but doing this fixes the build for me. Strangely, other modules depending on other 3rd-party libs don't fail to link.....

@sreimers sreimers changed the title make sure gtk3 libs are found cmake/gtk3: make sure gtk3 libs are found Apr 28, 2023
@sreimers sreimers merged commit 13a2726 into baresip:main Apr 28, 2023
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.

2 participants