summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 17:35:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 17:35:53 +0100
commitc88280cd52c6a318a052f270a62e79c5e3e654b6 (patch)
tree7b0d81b1a1844df3e08039e540e8da1d7d16ce16
parent05a3ed5d87bd71009cf90170347d8e692e2b6c9e (diff)
add missing xorg dependency, fix ncurses package
-rw-r--r--package/ncurses/Makefile4
-rw-r--r--package/xorg-server/Makefile2
2 files changed, 4 insertions, 2 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index 9dd44d4cc..cd41f0f92 100644
--- a/package/ncurses/Makefile
+++ b/package/ncurses/Makefile
@@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --without-cxx \
--with-build-cc=${HOSTCC} \
--without-progs \
--with-fallbacks \
+ --disable-termcap \
--without-ada \
--with-shared \
--with-normal \
@@ -69,8 +70,9 @@ post-install:
${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/share/terminfo/
for f in ansi dumb linux rxvt screen vt100 vt102 \
vt220 wsvt25 xterm xterm-color xterm-xfree86; do \
+ ${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/share/terminfo/$${f:0:1}; \
${INSTALL_DATA} ${WRKINST}/usr/share/terminfo/*/$$f \
- ${IDIR_LIBNCURSES}/usr/share/terminfo/$$f; \
+ ${IDIR_LIBNCURSES}/usr/share/terminfo/$${f:0:1}/$$f; \
done
${INSTALL_DIR} ${IDIR_LIBNCURSES_DEV}/usr/include
${CP} ${WRKINST}/usr/include/*.h ${IDIR_LIBNCURSES_DEV}/usr/include
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile
index 4380f3663..790a01d7e 100644
--- a/package/xorg-server/Makefile
+++ b/package/xorg-server/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 913a672cbd6da516de15965d594e20b9
PKG_DESCR:= Xorg server
PKG_SECTION:= x11
-PKG_DEPENDS:= libopenssl libxfont pixman libpciaccess libxkbfile libfontenc
+PKG_DEPENDS:= libopenssl libxfont pixman libpciaccess libxkbfile libfontenc xkeyboard-config xkbcomp
PKG_BUILDDEP+= libX11 randrproto renderproto fixesproto damageproto scrnsaverproto resourceproto fontsproto videoproto compositeproto evieext libxkbfile libXfont pixman libpciaccess openssl xf86dgaproto
PKG_URL:= http://www.x.org
PKG_SITES:= ${MASTER_SITE_XORG}