Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
ncurses: Add pc file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 15, 2020
1 parent 9be5241 commit 4ae379e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions extra/ncurses/build
Expand Up @@ -27,3 +27,6 @@ done
# Some packages look for libcurses instead of libncurses when building.
printf '%s\n' "INPUT(-lncursesw)" > "$1/usr/lib/libcursesw.so"
ln -s libncurses.so "$1/usr/lib/libcurses.so"

# Fix pkgconfig file.
ln -s ncursesw.pc "$1/usr/lib/pkgconfig/ncurses.pc"
2 changes: 1 addition & 1 deletion extra/ncurses/version
@@ -1 +1 @@
6.2 4
6.2 5

0 comments on commit 4ae379e

Please sign in to comment.