blob: 9131b07aee24baf22cf8fc8c76777f13b610efa6 (
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
38
39
40
41
42
43
44
45
46
47
48
|
PACKAGES = "oh-base-depends oh-task-base"
# oh-task-base
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r5"
ALLOW_EMPTY = "1"
oh-base-depends = "\
diet-x11 \
virtual/xserver"
RDEPENDS_oh-base-depends := "${oh-base-depends}"
DEPENDS += " ${oh-base-depends}"
oh-task-base = "\
matchbox \
matchbox-poky \
xcursor-transparent-theme \
xserver-kdrive-common \
gtk+ \
rxvt \
xhost \
gdb \
strace \
ttf-bitstream-vera \
xauth"
# avahi-daemon \
# avahi-dnsconfd \
# teleport \
# xst \
# libgtkstylus \
# detect-stylus \
# xrdb \
RDEPENDS_oh-task-base := "${oh-task-base} \
gdk-pixbuf-loader-png \
gdk-pixbuf-loader-xpm \
gdk-pixbuf-loader-jpeg \
tslib-calibrate \
tslib-tests \
pango-module-basic-x \
pango-module-basic-fc"
DEPENDS += " ${oh-task-base} tslib"
LICENSE = "MIT"
|