summaryrefslogtreecommitdiff
path: root/recipes-lxde/packagegroup/packagegroup-lxde-extended.bb
blob: b6e43f7a3804f9b6efea3e04e181ed88a7f86188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 \
    lxtask \
    lxinput \
    lxrandr \
    lxlauncher \
"