blob: a26c2118e499fa79835724a8802baeba1e5245d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
DESCRIPTION = "Base task package for GPE Palmtop Environment"
PR = "r8"
LICENSE = "MIT"
inherit task
RDEPENDS_${PN} = "\
gpe-bootsplash \
bluez-utils-dbus \
matchbox \
xcursor-transparent-theme \
rxvt-unicode \
gtk2-theme-angelistic \
matchbox-themes-gtk \
xst \
xhost \
xrdb \
gpe-soundserver \
gpe-dm \
gpe-login \
gpe-session-scripts \
gpe-icons \
gpe-confd \
gpe-autostarter \
startup-monitor \
libgtkstylus \
libgpewidget-bin \
suspend-desktop \
teleport \
xauth \
gdk-pixbuf-loader-png \
gdk-pixbuf-loader-xpm \
gdk-pixbuf-loader-jpeg \
pango-module-basic-x \
pango-module-basic-fc \
ttf-bitstream-vera"
|