diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-23 21:49:59 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-23 21:49:59 +0000 |
commit | ae17fc1d59cbbe2f92f4df8ef52dbe55a3d3d705 (patch) | |
tree | 569b51d5a7e11eda34677d480d0a730603dd5923 /gpm | |
parent | 09531dd9b5f9b2fdca22e37bc1b5542bc85608dc (diff) |
gpm_1.20.1.oe:
Add libc and ncurses to gpm deps.
vim_6.2.oe:
Add ncurses to deps for vim
BKrev: 3f984d07zhiQ662eThKmwM4l2jsZGQ
Diffstat (limited to 'gpm')
-rw-r--r-- | gpm/gpm_1.20.1.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpm/gpm_1.20.1.oe b/gpm/gpm_1.20.1.oe index 1e30cae9ce..4e278ee4a7 100644 --- a/gpm/gpm_1.20.1.oe +++ b/gpm/gpm_1.20.1.oe @@ -1,3 +1,6 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 ncurses + SRC_URI = ftp://arcana.linux.it/pub/gpm/gpm-1.20.1.tar.bz2 \ file://${FILESDIR}/configure.patch;patch=1 S = ${WORKDIR}/${P} |