Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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