mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
ncurses: Add pc file.
This commit is contained in:
parent
9be524141f
commit
4ae379e4fa
@ -27,3 +27,6 @@ done
|
|||||||
# Some packages look for libcurses instead of libncurses when building.
|
# Some packages look for libcurses instead of libncurses when building.
|
||||||
printf '%s\n' "INPUT(-lncursesw)" > "$1/usr/lib/libcursesw.so"
|
printf '%s\n' "INPUT(-lncursesw)" > "$1/usr/lib/libcursesw.so"
|
||||||
ln -s libncurses.so "$1/usr/lib/libcurses.so"
|
ln -s libncurses.so "$1/usr/lib/libcurses.so"
|
||||||
|
|
||||||
|
# Fix pkgconfig file.
|
||||||
|
ln -s ncursesw.pc "$1/usr/lib/pkgconfig/ncurses.pc"
|
||||||
|
@ -1 +1 @@
|
|||||||
6.2 4
|
6.2 5
|
||||||
|
Loading…
Reference in New Issue
Block a user