forked from jeaye/ncurses-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pkg-config for all linked libraries.
Fixes crashes when mixing wide and non-wide linker dependencies. For example if both the "wide" and the "panel" features are enabled, libncursesw.so and libpanel.so were linked which can not work together. Another example is on Gentoo Linux where ncurses is split into libncurses.so and libtinfo.so, previously libtinfo.so and libncursesw.so were linked together if the "wide" feature was set. Also fix the recognition of wide_chtype for non-default include paths. Fixes jeaye#151.
- Loading branch information
Showing
4 changed files
with
439 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.