diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-11 16:58:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-11 16:58:53 (EDT) |
commit | ee07a74fb646d08ee38dcc36b3b61fec6457081b (patch) | |
tree | 1a8a99a0ba556e795461f0fdbe32f8e29d50ff15 | |
parent | d87312ee41ed01f4c5e6ddec4e11d83c6b294153 (diff) |
gdb: Add dependencies.
-rw-r--r-- | gdb.pkg/control | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb.pkg/control b/gdb.pkg/control index 78c1fce..f3fba75 100644 --- a/gdb.pkg/control +++ b/gdb.pkg/control @@ -1,5 +1,10 @@ Architecture: any Platform: all -Depends: gdb-common (= ${Binary-Version}) +Depends: gdb-common (= ${Binary-Version}), + libreadline.6, + libncurses.5, + libtinfo.5, + libz.1, + libexpat.1, Description: GNU Project debugger ${Common-Description} |