summaryrefslogtreecommitdiffstats
path: root/recipes/images/xfce46-image.bb
blob: 8f8e240f3fc73dae7f574e62f0a34ca30e860885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export IMAGE_BASENAME = "xfce46-image"

XSERVER ?= "xserver-xorg \
           xf86-input-evdev \
           xf86-input-mouse \
           xf86-video-fbdev \
           xf86-input-keyboard \
"

DEPENDS = "virtual/xserver ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras"

IMAGE_INSTALL = "${XSERVER} ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras"

inherit image