summaryrefslogtreecommitdiff
path: root/packages/angstrom/task-angstrom-e.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2007-03-21 05:18:46 +0000
committerJustin Patrin <papercrane@gmail.com>2007-03-21 05:18:46 +0000
commit156e6ceaba33c139b3ed0b44b4052999db124f0e (patch)
tree1c2073dc15982ea0ac52bb2beed91900b883cadf /packages/angstrom/task-angstrom-e.bb
parente89b946ee7a371e7b92322ceb5947de8d4db8782 (diff)
angstrom: re-add e-image and tasks without gpe-bootsplash
Diffstat (limited to 'packages/angstrom/task-angstrom-e.bb')
-rw-r--r--packages/angstrom/task-angstrom-e.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/angstrom/task-angstrom-e.bb b/packages/angstrom/task-angstrom-e.bb
new file mode 100644
index 0000000000..228c637158
--- /dev/null
+++ b/packages/angstrom/task-angstrom-e.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Task packages for the Angstrom distribution"
+PR = "r0"
+ALLOW_EMPTY = "1"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PACKAGES = "\
+ angstrom-e-base-depends \
+ angstrom-e-depends"
+
+RDEPENDS_angstrom-e-base-depends := "\
+ angstrom-x11-base-depends \
+ rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo \
+ ttf-bitstream-vera \
+ entrance e-wm \
+ glibc-charmap-utf-8 glibc-localedata-i18n"
+#xserver-kdrive-fbdev
+
+RDEPENDS_angstrom-e-depends := "\
+ pango-module-basic-fc \
+ gdk-pixbuf-loader-bmp \
+ gdk-pixbuf-loader-gif \
+ gdk-pixbuf-loader-jpeg \
+ gdk-pixbuf-loader-png \
+ gdk-pixbuf-loader-pnm \
+ gdk-pixbuf-loader-xbm \
+ gdk-pixbuf-loader-xpm" \ No newline at end of file