diff options
-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} |