blob: b6e440b84a3ab4f499c3d5da91c9060f3d26b618 (
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
|
PACKAGES = "oh-base-depends oh-task-base"
# oh-task-base
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r2"
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 \
xcursor-transparent-theme \
xserver-kdrive-common \
gtk+ \
avahi-daemon \
avahi-dnsconfd \
rxvt \
xhost \
ttf-bitstream-vera \
xauth"
# 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 \
# pango-module-basic-x \
# pango-module-basic-fc \
DEPENDS += " ${oh-task-base}"
LICENSE = "MIT"
|