Skip to content

Commit

Permalink
Merge pull request #98 from isuruf/tic
Browse files Browse the repository at this point in the history
Rebuild with new build tic program in ncurses to fix cross compilation
  • Loading branch information
h-vetinari authored Jan 30, 2025
2 parents e4c4f54 + 9447497 commit ff4c9e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
skip: true # [win]
number: 2
number: 3
run_exports:
# pretty good compat within major version
# https://abi-laboratory.pro/tracker/timeline/ncurses/
Expand Down Expand Up @@ -106,6 +106,8 @@ test:
- cat ${PREFIX}/lib/pkgconfig/{{ each_ncurses_pc_file }}w.pc
{% endfor %}

- test -f $PREFIX/share/terminfo/78/xterm-256color

# Test ncurses library arguments.
- pkg-config ncurses --libs
- pkg-config ncurses --libs | grep "^-L${PREFIX}/lib .*-lncurses -ltinfo$"
Expand Down

0 comments on commit ff4c9e3

Please sign in to comment.