From 96968308cf88b9c8c2a0d447c1e3e372af6b0ff3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 16 Aug 2009 22:43:54 +0200 Subject: [PATCH] add some deps and options to vte --- packages/x11/other/vte/build | 3 +++ packages/x11/other/vte/install | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/packages/x11/other/vte/build b/packages/x11/other/vte/build index 18565e9e12..2de117e426 100755 --- a/packages/x11/other/vte/build +++ b/packages/x11/other/vte/build @@ -7,6 +7,7 @@ $SCRIPTS/build libX11 $SCRIPTS/build glib $SCRIPTS/build pango $SCRIPTS/build gtk+ +$SCRIPTS/build ncurses cd $PKG_BUILD ./configure --host=$TARGET_NAME \ @@ -20,6 +21,8 @@ cd $PKG_BUILD --disable-gnome-pty-helper \ --disable-glade \ --with-default-emulation=xterm \ + --without-glX \ + --disable-gtk-doc \ make diff --git a/packages/x11/other/vte/install b/packages/x11/other/vte/install index 9580a1940a..14740c9697 100755 --- a/packages/x11/other/vte/install +++ b/packages/x11/other/vte/install @@ -2,6 +2,12 @@ . config/options +$SCRIPTS/install libX11 +$SCRIPTS/install glib +$SCRIPTS/install pango +$SCRIPTS/install gtk+ +$SCRIPTS/install ncurses + #mkdir -p $INSTALL/usr/libexec #cp $PKG_BUILD/gnome-pty-helper/gnome-pty-helper $INSTALL/usr/libexec