summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-13 23:33:41 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-13 23:35:13 +0100
commit554e4a74189891fe15c5fde73088f12d58c3e8e1 (patch)
treeb44198e31d2be9e276bb85ff1c9d582ce864e674 /package/gdb
parent75a5f80090d9083aeefdf7f2d18bc70fae535824 (diff)
add libexpat dependency
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index aba8f4dd7..6e0d7e01f 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -7,7 +7,7 @@ include ${ADK_TOPDIR}/toolchain/gdb/Makefile.inc
PKG_NAME:= gdb
PKG_DESCR:= programm debugger
PKG_SECTION:= app/debug
-PKG_DEPENDS:= libncurses zlib
+PKG_DEPENDS:= libncurses zlib libexpat
PKG_BUILDDEP:= ncurses readline expat zlib
PKG_NOPARALLEL:= 1