diff options
Diffstat (limited to 'meta/gpe-image.oe')
-rw-r--r-- | meta/gpe-image.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe index e69de29bb2..cad322e1fe 100644 --- a/meta/gpe-image.oe +++ b/meta/gpe-image.oe @@ -0,0 +1,11 @@ +export IMAGE_BASENAME = "gpe-image" + +DEPENDS = 'task-bootstrap \ + diet-x11-cvs xserver matchbox-wm matchbox-desktop matchbox-panel \ + meta-gpe ttf-bitstream-vera' + +export IPKG_INSTALL = 'task-bootstrap xserver-kdrive-fbdev \ + gpe ttf-bitstream-vera pango-module-basic-xft \ + glibc-gconv glibc-gconv-iso8859-1 gdk-pixbuf-loader-png' + +inherit image_ipk |