summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/packagegroups
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/packagegroups')
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb4
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb4
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb4
3 files changed, 9 insertions, 3 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
index 2eff3713bc..17301a0527 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
@@ -3,7 +3,9 @@ DESCRIPTION = "Packages required to set up a basic working X11 session"
3LICENSE = "MIT" 3LICENSE = "MIT"
4PR = "r1" 4PR = "r1"
5 5
6inherit packagegroup 6inherit packagegroup distro_features_check
7# rdepends on matchbox-wm
8REQUIRED_DISTRO_FEATURES = "x11"
7 9
8RDEPENDS_${PN} = "\ 10RDEPENDS_${PN} = "\
9 packagegroup-core-x11-xserver \ 11 packagegroup-core-x11-xserver \
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
index 2d68e97383..c53f1b758d 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
@@ -8,7 +8,9 @@ PR = "r40"
8 8
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11inherit packagegroup 11inherit packagegroup distro_features_check
12# rdepends on XSERVER
13REQUIRED_DISTRO_FEATURES = "x11"
12 14
13XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" 15XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
14XSERVERCODECS ?= "" 16XSERVERCODECS ?= ""
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
index fde5144b46..3537d8cbba 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
@@ -5,7 +5,9 @@
5LICENSE = "MIT" 5LICENSE = "MIT"
6PR = "r40" 6PR = "r40"
7 7
8inherit packagegroup 8inherit packagegroup distro_features_check
9# rdepends on x11-common
10REQUIRED_DISTRO_FEATURES = "x11"
9 11
10PACKAGES = "${PN} ${PN}-utils" 12PACKAGES = "${PN} ${PN}-utils"
11 13