diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 01:41:17 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 01:47:15 (EDT) |
commit | 5c26b9ac9d6067efa81db491f1b4f67bb097ba37 (patch) | |
tree | 4171a6e33bab8d3709d26f443f248c75eda309ad /control | |
parent | 95c8128b362e01ca175361fc0ab4263bbc163ca6 (diff) |
control: B-D on pkgconf
Upstream scripts/kconfig/[mn]conf-cfg.sh try to use pkg-config to find
ncurses before falling back on hardcoded path checks and CFLAGS and LIBS
output. Make use of pkg-config instead of patching in the missing
"-ltinfo".
Diffstat (limited to 'control')
-rw-r--r-- | control | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, gpg, dirmngr, config-linux-libre-${Host-Plat}, bc, xz, - libncurses.6-dev, libncursesw.6, + pkgconf, libncurses.6-dev, libncursesw.6, bison, flex, Homepage: https://www.fsfla.org/ikiwiki/selibre/linux-libre/ |