mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
weston: fix build without wayland in distro_features
There was a configure error when build weston without wayland in distro_features: configure: error: Package requirements (egl >= 7.10 glesv2 wayland-client wayland-egl) were not met: No package 'wayland-egl' found [YOCTO #5867] (From OE-Core rev: 1a7c5d7ba9ad9617d030f60eaf8e61bd599666f6) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
415e039c8f
commit
617819a6bf
@@ -39,7 +39,7 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'kms fbdev way
|
|||||||
# Weston on KMS
|
# Weston on KMS
|
||||||
PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev virtual/mesa mtdev"
|
PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev virtual/mesa mtdev"
|
||||||
# Weston on Wayland (nested Weston)
|
# Weston on Wayland (nested Weston)
|
||||||
PACKAGECONFIG[wayland] = "--enable-wayland-compositor,--disable-wayland-compositor,virtual/mesa"
|
PACKAGECONFIG[wayland] = "--enable-wayland-compositor,--disable-egl --disable-wayland-compositor,virtual/mesa"
|
||||||
# Weston on X11
|
# Weston on X11
|
||||||
PACKAGECONFIG[x11] = "--enable-x11-compositor,--disable-x11-compositor,virtual/libx11 libxcb libxcb libxcursor cairo"
|
PACKAGECONFIG[x11] = "--enable-x11-compositor,--disable-x11-compositor,virtual/libx11 libxcb libxcb libxcursor cairo"
|
||||||
# Headless Weston
|
# Headless Weston
|
||||||
|
|||||||
Reference in New Issue
Block a user