summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb2
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
index 6b50028562..97dcac5f79 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
@@ -11,7 +11,7 @@ inherit packagegroup distro_features_check
11# rdepends on XSERVER 11# rdepends on XSERVER
12REQUIRED_DISTRO_FEATURES = "x11" 12REQUIRED_DISTRO_FEATURES = "x11"
13 13
14XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" 14XSERVER ?= "xserver-xorg xf86-video-fbdev"
15XSERVERCODECS ?= "" 15XSERVERCODECS ?= ""
16 16
17RDEPENDS_${PN} = "\ 17RDEPENDS_${PN} = "\
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 29503b1a53..269fa63048 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -71,7 +71,7 @@ PACKAGES =+ "${PN}-sdl \
71SUMMARY_xf86-video-modesetting = "X.Org X server -- modesetting display driver" 71SUMMARY_xf86-video-modesetting = "X.Org X server -- modesetting display driver"
72INSANE_SKIP_${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi" 72INSANE_SKIP_${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi"
73 73
74XSERVER_RRECOMMENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp" 74XSERVER_RRECOMMENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput"
75RRECOMMENDS_${PN} += "${XSERVER_RRECOMMENDS}" 75RRECOMMENDS_${PN} += "${XSERVER_RRECOMMENDS}"
76RRECOMMENDS_${PN}-xwayland += "${XSERVER_RRECOMMENDS}" 76RRECOMMENDS_${PN}-xwayland += "${XSERVER_RRECOMMENDS}"
77RDEPENDS_${PN}-xvfb += "xkeyboard-config" 77RDEPENDS_${PN}-xvfb += "xkeyboard-config"