diff --git a/packages/x11/other/openbox/build b/packages/x11/other/openbox/build index 5a29380403..f7ec9ad9fc 100755 --- a/packages/x11/other/openbox/build +++ b/packages/x11/other/openbox/build @@ -4,6 +4,10 @@ $SCRIPTS/build toolchain $SCRIPTS/build libX11 +$SCRIPTS/build glib +$SCRIPTS/build pango +$SCRIPTS/build libXft +$SCRIPTS/build libxml2 cd $BUILD/$1* ./configure --host=$TARGET_NAME \ diff --git a/packages/x11/other/openbox/install b/packages/x11/other/openbox/install index c6227e46f2..6a749d7b75 100755 --- a/packages/x11/other/openbox/install +++ b/packages/x11/other/openbox/install @@ -2,7 +2,10 @@ . config/options $SCRIPTS/install libX11 -$SCRIPTS/install libXinerama +$SCRIPTS/install glib +$SCRIPTS/install pango +$SCRIPTS/install libXft +$SCRIPTS/install libxml2 PKG_DIR=`find $PACKAGES -type d -name $1` @@ -18,4 +21,4 @@ mkdir -p $INSTALL/usr/share/themes cp -RP $BUILD/$1*/themes/Clearlooks $INSTALL/usr/share/themes mkdir -p $INSTALL/etc/xdg/openbox -cp -RP $PKG_DIR/config/rc.xml $INSTALL/etc/xdg/openbox \ No newline at end of file +cp -RP $PKG_DIR/config/rc.xml $INSTALL/etc/xdg/openbox