summaryrefslogtreecommitdiffstats
path: root/gdb.pkg
diff options
context:
space:
mode:
authorP. 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)
commitee07a74fb646d08ee38dcc36b3b61fec6457081b (patch)
tree1a8a99a0ba556e795461f0fdbe32f8e29d50ff15 /gdb.pkg
parentd87312ee41ed01f4c5e6ddec4e11d83c6b294153 (diff)
gdb: Add dependencies.
Diffstat (limited to 'gdb.pkg')
-rw-r--r--gdb.pkg/control7
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}