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

Add call to PKG_PROG_PKG_CONFIG and pkg-check ncurses libs #46

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

rndxelement
Copy link
Contributor

Hello,

on Gentoo we had Issues with a missing path to pkg-check during the build process (see: https://bugs.gentoo.org/764497)
Adding the environment variable PKG_CONFIG was a work-around to avoid this.

Adding a call to PKG_PROG_PKG_CONFIG solved the issue.
We also had to check for ncurses and ncursesw via pkg-check.

Thanks, Philipp

Fixed issue of a missing path to pkg-check by adding a call to
PKG_PROG_PKG_CONFIG in configure.ac.
Furthermore, I implemented checks for the ncurses and ncursesw libraries
via pkg-check.
@jubalh
Copy link
Owner

jubalh commented Aug 24, 2022

Thank you!

@jubalh jubalh added this to the next milestone Aug 24, 2022
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