summaryrefslogtreecommitdiff
path: root/recipes-lxde/tasks/task-lxde-extended.bb
blob: c16c630b474f0d546be4a785ec3d24e17673c558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "All packages required for full LXDE installation."
SECTION = "x11/wm"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

PR = "r0"

inherit task

RDEPENDS_${PN} = "\
    task-lxde-base \
    "

RRECOMMENDS_${PN} = " \
    gpicview \
    lxtask \
    lxinput \
    lxshortcut \
    lxsession-edit \
    lxpolkit \
    "