blob: 594e5b3f62c44762f543517835ff87051fc08cb4 (
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
|
DESCRIPTION = "Meta-package for Enlightenment/X11 Core"
PACKAGES = "task-e-x11-core"
PROVIDES = "task-e-x11-core"
PR = "r6"
FEED_URIS += "x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
e##http://openzaurus.org/official/unstable/3.5.2/feed/e"
ALLOW_EMPTY = 1
#
# X
#
DEPENDS = "diet-x11 rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo fontconfig \
ttf-bitstream-vera chkhinge"
RDEPENDS_task-e-x11-core = " rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo \
ttf-bitstream-vera chkhinge"
#
# E-core
#
DEPENDS += "entrance e-wm"
RDEPENDS_task-e-x11-core += "entrance e-wm"
|