X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fstage3-install;h=1d6d3dd16eaa3738d6920320e93fd943de3096b1;hb=f63a78e04ec65397472cda88061558f4e3a30fb2;hp=6ccf167b516976d60751f7ccb54254937da52238;hpb=367c87688d90070cc08ae585c0a827400cd351d7;p=hvlinux.git diff --git a/stage3/stage3-install b/stage3/stage3-install index 6ccf167..1d6d3dd 100755 --- a/stage3/stage3-install +++ b/stage3/stage3-install @@ -132,7 +132,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the # Gtk ipkg_ac ${GTK_DOC} - ipkg_ac ${GLIB2} + ipkg_ac ${GLIB} ipkg_ac ${PIXMAN} ipkg_ac ${GLITZ} ipkg_ac ${CAIRO} "--enable-glitz" @@ -268,6 +268,7 @@ fi ipkg ${DBUS} cis-dbus ipkg_ac ${DBUS_GLIB} "--disable-tests --disable-dependency-tracking --disable-xml-docs --disable-doxygen-docs" +ipkg_ac ${EGGDBUS} ipkg ${HAL} cis-hal ipkg_ac ${LIBGAMIN} "--libexecdir=/usr/sbin" @@ -343,6 +344,12 @@ ipkg ${DVDFS} cis-dvdfs ipkg ${DOSFSTOOLS} cis-dosfstools +ipkg_ac ${LIBFFI} +ipkg_ac ${GOBJECT_INSTROSPECTION} + +ipkg ${POLKIT} cis-polkit +ipkg_ac ${GNUPG} "--libexecdir=/usr/lib" + ./cis-postinstall exit $?