summaryrefslogtreecommitdiff
path: root/recipes-lxde/tasks/task-lxde-extended.bb
blob: 436c187707c7b1ef156d1d770ca1b11d6315981d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
    lxpolkit \
    "