f2c897dfb7b369510eb0d90a3162d90c3b6c1ea7
[openembedded.git] / recipes / angstrom / angstrom-gpe-task-base.bb
1 DESCRIPTION = "Task packages for the Angstrom distribution"
2 PR = "r37"
3
4 inherit task
5
6 PACKAGE_ARCH = "${MACHINE_ARCH}"
7
8 RDEPENDS_${PN} = "\
9     gpe-scap \
10     matchbox \
11     matchbox-panel-hacks \
12     matchbox-applet-startup-monitor \
13     xcursor-transparent-theme \
14     rxvt-unicode \
15     gpe-terminal \
16     matchbox-keyboard \
17     xkbd \
18     xkbd-layout-ru \
19     gpe-theme-clearlooks \
20     xst \
21     xhost \
22     xrdb \
23     gpe-soundserver \
24     gpe-dm \
25     gpe-login \
26     gpe-session-scripts \
27     gpe-icons \
28     gpe-confd \
29     gpe-autostarter \
30     ${@base_contains("MACHINE_FEATURES", "touchscreen", "libgtkstylus", "",d)} \
31     suspend-desktop \
32     teleport \
33     xauth \
34     gdk-pixbuf-loader-png \
35     gdk-pixbuf-loader-xpm \
36     gdk-pixbuf-loader-jpeg \
37     pango-module-basic-x \
38     pango-module-basic-fc \
39     ${@base_contains("COMBINED_FEATURES", "bluetooth", "gnome-bluetooth", "",d)} \
40     "
41