blob: 66031ffce7f091989ab4a7b06f383a9537821ff5 (
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
|
DESCRIPTION = "Base task package for GPE Palmtop Environment"
PR = "r9"
LICENSE = "MIT"
inherit task
RDEPENDS_${PN} = "\
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"
|