Explorar el Código

add libexpat dependency

Waldemar Brodkorb hace 8 años
padre
commit
554e4a7418
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/gdb/Makefile

+ 1 - 1
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