aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-installer/packagegroups/packagegroup-installer-x11-anaconda.bb
blob: aa538094aea2f8ab7fff6125e97dcb1ec00ac2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DESCRIPTION = "Tasks for desktop X11 applications to support anaconda"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

inherit packagegroup distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"

XSERVER ??= ""

RDEPENDS_packagegroup-installer-x11-anaconda = "\
    dbus \
    xinput-calibrator \
    xserver-nodm-init \
    ${XSERVER} \
    liberation-fonts \
    xauth \
    xhost \
    xset \
    settings-daemon \
    xrandr \
    libsdl2 \
    metacity \
    adwaita-icon-theme \
    pango \
    pango-modules \
    createrepo-c"