more fun with DEPENDS
[vuplus_openembedded] / meta / gpe-collections.oe
1 #
2 # A collection of dependencies for images including GPE or parts of it.
3 #
4
5 GPE_BASE_DEPENDS = "\
6     diet-x11 \
7     virtual/xserver \
8     matchbox \
9     xcursor-transparent-theme \
10     rxvt-unicode \
11     gtk2-theme-angelistic \
12     xst \
13     xprop \
14     xhost \
15     xrdb \
16     gpe-soundserver \
17     ttf-bitstream-vera"
18
19 GPE_BASE_RDEPENDS = "\
20     glibc-gconv \
21     glibc-gconv-iso8859-1 \
22     gdk-pixbuf-loader-png \
23     gdk-pixbuf-loader-xpm \
24     gdk-pixbuf-loader-jpeg \
25     pango-module-basic-x \
26     pango-module-basic-fc"
27
28     
29 GPE_BASE = "\
30     gpe-dm \
31     gpe-login \
32     gpe-session-scripts \
33     gpe-icons \
34     gpe-confd \
35     gpe-autostarter \
36     gpe-bootsplash \
37     libgtkstylus \
38     detect-stylus"
39
40 GPE_PIM = "\
41     gpe-todo \
42     gpe-calendar \
43     gpe-sketchbook \
44     gpe-contacts \
45     gpe-today \
46     gpe-timesheet"
47
48 GPE_BASE_SETTINGS = "\
49     matchbox-panel-manager \
50     gpe-bluetooth \
51     gpe-su \
52     gpe-conf \
53     gpe-clock \
54     gpe-mininet \
55     gpe-mixer \
56     gpe-shield \
57     gpe-wlancfg \
58     gpe-taskmanager \
59     keylaunch \
60     minilite \
61     xmonobut"
62
63 GPE_BASE_APPS = "\
64     gpe-edit \
65     gpe-gallery \
66     gpe-calculator \
67     gpe-package \
68     gpe-terminal \
69     gpe-watch \
70     gpe-what \
71     matchbox-panel-hacks \
72     rosetta"
73
74 GPE_MACHINE_CLASS ?= "none"
75
76 GPE_EXTRA_DEPENDS += "${GPE_EXTRA_DEPENDS_${GPE_MACHINE_CLASS}}"
77 GPE_EXTRA_INSTALL += "${GPE_EXTRA_DEPENDS_${GPE_MACHINE_CLASS}}"
78
79 GPE_EXTRA_DEPENDS_bigscreen = "firefox linphone"
80 GPE_EXTRA_INSTALL_bigscreen = "firefox linphone"
81
82 GPE_EXTRA_DEPENDS_smallscreen = "minimo linphone-hh"
83 GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh"
84
85 GPE_EXTRA_DEPENDS_none = ""
86 GPE_EXTRA_INSTALL_none = ""
87
88 XSERVER ?= "xserver-kdrive-fbdev"