mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
xserver-xorg: remove sub-package ${PN}-xwayland
xwayland has been split to a standalone package via commit * 4ee66f574 Drop XWayland DDX https://gitlab.freedesktop.org/xorg/xserver/-/commit/4ee66f574 and there is a recipe for xwayland in oe-core too. So remove sub-package ${PN}-xwayland from xserver-xorg accordingly. (From OE-Core rev: 59e759207e349bece9da8bbcb5216df5923d243b) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ab7af06054
commit
a2cce88141
|
@ -59,7 +59,6 @@ PACKAGES =+ "${PN}-sdl \
|
|||
${PN}-xvfb \
|
||||
${PN}-utils \
|
||||
${PN}-xephyr \
|
||||
${PN}-xwayland \
|
||||
${PN}-multimedia-modules \
|
||||
${PN}-extension-dri \
|
||||
${PN}-extension-dri2 \
|
||||
|
@ -82,7 +81,6 @@ SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver"
|
|||
|
||||
XSERVER_RDEPENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput"
|
||||
RDEPENDS:${PN} += "${XSERVER_RDEPENDS}"
|
||||
RDEPENDS:${PN}-xwayland += "${XSERVER_RDEPENDS}"
|
||||
RDEPENDS:${PN}-xvfb += "xkeyboard-config"
|
||||
RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})"
|
||||
|
||||
|
@ -94,7 +92,6 @@ FILES:${PN}-fbdev = "${bindir}/Xfbdev"
|
|||
FILES:${PN}-xvfb = "${bindir}/Xvfb"
|
||||
FILES:${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl"
|
||||
FILES:${PN}-xephyr = "${bindir}/Xephyr"
|
||||
FILES:${PN}-xwayland = "${bindir}/Xwayland"
|
||||
FILES:${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*"
|
||||
FILES:${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so"
|
||||
FILES:${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so"
|
||||
|
|
Loading…
Reference in New Issue
Block a user