X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=ea26244f2e07a0320836153129ee3ecad2a3f113;hb=92c6421dad559dd7cd8c0bab830dbe6cfb19d180;hp=3fac0bfbb681870f8798cb39ad7e07284a773d25;hpb=905c897940ee015cc13759d12efefc86fae8babe;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 3fac0bf..ea26244 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -32,6 +32,11 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg -m acnb ${GLIBMM} ipkg ${CAIRO} "--enable-tee" ipkg ${CAIROMM} + ipkg ${HARFBUZZ} + + # Freetype was installed in stage3, but needs to be reinstalled after harfbuzz + ipkg ${FREETYPE} "--disable-static" + ipkg -m acnb ${PANGO} ipkg ${PANGOMM} ipkg ${GDK_PIXBUF} "--with-x11"