diff options
author | Joshua Lock <joshua.lock@collabora.co.uk> | 2015-10-13 17:21:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:29 +0000 |
commit | b66706740b994ff39f69ab7e86c483991ea238e6 (patch) | |
tree | a7e875f48ef07f28d381bf8d45ab5681a73ffae9 /meta/recipes-graphics | |
parent | 80f4d71fb50523ec46d60423b1734a96c9fe4f2d (diff) | |
download | poky-b66706740b994ff39f69ab7e86c483991ea238e6.tar.gz |
xserver-xorg: add Xwayland RRECOMMENDS
Xwayland has the same runtime dependencies as the standard
xserver so set RRECOMMENDS the same way.
(From OE-Core rev: 682fb02f585c830e3f28a858b97276adf71693d2)
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 9881c942b8..30b34850b2 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -72,7 +72,9 @@ PACKAGES =+ "${PN}-security-policy \ | |||
72 | SUMMARY_xf86-video-modesetting = "X.Org X server -- modesetting display driver" | 72 | SUMMARY_xf86-video-modesetting = "X.Org X server -- modesetting display driver" |
73 | INSANE_SKIP_xf86-video-modesetting = "xorg-driver-abi" | 73 | INSANE_SKIP_xf86-video-modesetting = "xorg-driver-abi" |
74 | 74 | ||
75 | RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config xkbcomp" | 75 | XSERVER_RRECOMMENDS = "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config xkbcomp" |
76 | RRECOMMENDS_${PN} += "${XSERVER_RRECOMMENDS}" | ||
77 | RRECOMMENDS_${PN}-xwayland += "${XSERVER_RRECOMMENDS}" | ||
76 | RDEPENDS_${PN}-xvfb += "xkeyboard-config" | 78 | RDEPENDS_${PN}-xvfb += "xkeyboard-config" |
77 | RDEPENDS_${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" | 79 | RDEPENDS_${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" |
78 | 80 | ||