From 93f757744da9b7f66bf880549ce2487b77fb50c3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 10 Feb 2011 12:29:04 +0100 Subject: [PATCH] scripts/checkdeps: add more deps Signed-off-by: Stephan Raue --- scripts/checkdeps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/checkdeps b/scripts/checkdeps index 8beba09006..9a5ad8bea9 100755 --- a/scripts/checkdeps +++ b/scripts/checkdeps @@ -35,8 +35,8 @@ case $1 in build) deps="gcc g++ sed patch touch nasm tar bzip2 gzip lzma perl flex bison cp gawk makeinfo gettext autopoint gperf autoconf automake m4 cvs zip unzip mkfontscale libtool diff byacc xsltproc msgfmt" deps_pkg="gcc g++ sed patch fileutils nasm tar bzip2 gzip lzma perl flex bison coreutils gawk texinfo gettext gettext-devel gperf autoconf automake m4 cvs zip unzip xutils libtool diff byacc xsltproc gettext" - files="/usr/include/stdio.h /usr/include/zlib.h /usr/include/ncurses.h" - files_pkg="libc6-dev zlib1g-dev libncurses5-dev" + files="/usr/lib/libc.a /usr/include/stdio.h /usr/include/zlib.h /usr/include/ncurses.h /usr/lib/perl5/XML/Parser.pm" + files_pkg="glibc-static libc6-dev zlib1g-dev libncurses5-dev perl-XML-Parser" ;; qemu) if [ ! `which qemu` ]; then