diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 16:06:15 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 16:06:15 (EDT) |
commit | f95f3965f4a58108a3ce4fe56089d9f5ddec75b9 (patch) | |
tree | 7ad435f1f93a9e28f38b6d208f83129582c8ac75 /libncurses.5-dev.pkg/control | |
parent | aa21a097df4723968e835ffb80213c22224ac417 (diff) |
libncurses.5-dev: Depend on libncursesw.5 and libtinfo.5
Diffstat (limited to 'libncurses.5-dev.pkg/control')
-rw-r--r-- | libncurses.5-dev.pkg/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libncurses.5-dev.pkg/control b/libncurses.5-dev.pkg/control index 665e9b4..d6957c9 100644 --- a/libncurses.5-dev.pkg/control +++ b/libncurses.5-dev.pkg/control @@ -2,6 +2,8 @@ Architecture: any Platform: all Depends: ncurses-common (= ${Source-Version}), libncurses.5 (= ${Binary-Version}), + libncursesw.5 (= ${Binary-Version}), + libtinfo.5 (= ${Binary-Version}), Description: curses library (legacy ABI) - development files ${Common-Description} . |