diff options
-rw-r--r-- | meta/meta-gpe.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/meta-gpe.oe b/meta/meta-gpe.oe index 6f7ebb9011..b1195de657 100644 --- a/meta/meta-gpe.oe +++ b/meta/meta-gpe.oe @@ -1,7 +1,7 @@ PACKAGES = gpe gpe-task-base gpe-task-utils gpe-task-pim DESCRIPTION = "Meta-package for GPE Palmtop Environment" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR = "r2" +PR = "r3" ALLOW_EMPTY = 1 @@ -15,7 +15,8 @@ gpe-base = "\ rxvt-unicode \ gpe-icons \ gpe-confd \ - gpe-autostarter" + gpe-autostarter \ + xst" RDEPENDS_gpe-task-base := "${gpe-base} libfontconfig-utils" DEPENDS += " ${gpe-base}" |