blob: 6ae3bc07c767873559118772fe35aae48cc935cd (
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
|
#
# Copyright (C) 2007-2008 OpenedHand Ltd.
#
DESCRIPTION = "Sato Tasks for Moblin"
PR = "r29"
PACKAGES = "\
task-moblin-x11-sato \
task-moblin-x11-sato-dbg \
task-moblin-x11-sato-dev \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
ALLOW_EMPTY = "1"
NETWORK_MANAGER ?= "networkmanager-applet"
RDEPENDS_task-moblin-x11-sato = "\
matchbox-desktop \
matchbox-session-sato \
matchbox-keyboard \
matchbox-stroke \
matchbox-config-gtk \
xcursor-transparent-theme \
sato-icon-theme \
settings-daemon \
gtk-sato-engine \
${NETWORK_MANAGER}"
|