diff options
Diffstat (limited to 'gpe')
-rw-r--r-- | gpe/gpe-image.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpe/gpe-image.oe b/gpe/gpe-image.oe index e924fb6e74..a4200767f4 100644 --- a/gpe/gpe-image.oe +++ b/gpe/gpe-image.oe @@ -2,7 +2,7 @@ DEPENDS = 'glibc base-files base-passwd-3.5.7 \ busybox dropbear hotplug ifupdown ipkg initscripts strace \ netbase tslib module-init-tools resolvconf sysvinit tinylogin \ diet-x11-cvs xserver matchbox-wm matchbox-desktop matchbox-panel \ - meta-gpe prelink' + meta-gpe prelink ttf-bitstream-vera' export IPKG_INSTALL = 'base-files base-passwd \ busybox dropbear \ @@ -10,6 +10,6 @@ export IPKG_INSTALL = 'base-files base-passwd \ initscripts kernel-modules \ netbase resolvconf \ tslib libgcc1 sysvinit tinylogin xserver-kdrive-fbdev \ - gpe-task-base' + gpe-task-base prelink ttf-bitstream-vera pango-module-basic-xft' inherit image_ipk |