diff options
-rw-r--r-- | meta/gpe-collections.oe | 6 | ||||
-rw-r--r-- | meta/gpe-image.oe | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/meta/gpe-collections.oe b/meta/gpe-collections.oe index 89a48100ec..52b03fdadb 100644 --- a/meta/gpe-collections.oe +++ b/meta/gpe-collections.oe @@ -13,10 +13,10 @@ GPE_BASE_DEPENDS = "\ xprop \ xhost \ xrdb \ - gpe-soundserver" + gpe-soundserver \ + ttf-bitstream-vera" GPE_BASE_RDEPENDS = "\ - ttf-bitstream-vera \ glibc-gconv \ glibc-gconv-iso8859-1 \ gdk-pixbuf-loader-png \ @@ -84,3 +84,5 @@ GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh" GPE_EXTRA_DEPENDS_none = "" GPE_EXTRA_INSTALL_none = "" + +XSERVER ?= "xserver-kdrive-fbdev" diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe index b389589bfb..9417c7efeb 100644 --- a/meta/gpe-image.oe +++ b/meta/gpe-image.oe @@ -1,6 +1,8 @@ include gpe-collections.oe -PR = "r3" +MAINTAINER = "Chris Lord <cwiiis@handhelds.org>" + +PR = "r4" export IMAGE_BASENAME = "gpe-image" @@ -8,8 +10,6 @@ DEPENDS = "task-bootstrap ${GPE_BASE_DEPENDS} ${GPE_BASE} ${GPE_PIM} \ ${GPE_BASE_SETTINGS} ${GPE_BASE_APPS} \ ${GPE_EXTRA_DEPENDS}" -XSERVER ?= "xserver-kdrive-fbdev" - export IPKG_INSTALL = "task-bootstrap ${GPE_BASE_DEPENDS} ${GPE_BASE} \ ${GPE_PIM} ${GPE_BASE_SETTINGS} \ ${GPE_BASE_APPS} ${GPE_EXTRA_DEPENDS} \ |