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

inherit packagegroup

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

RRECOMMENDS_${PN} = " \
    gpicview \
    lxhotkey \
    lxlauncher \
    lxinput \
    lxrandr \
    lxtask \
"