mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 12:12:07 +02:00
qtwayland: conditional to support PACKAGECONFIG wayland-egl
If opengl not in DISTRO_FEATURES, there will be no virtual/egl provider Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
This commit is contained in:
@@ -20,7 +20,7 @@ SRC_URI += "file://0001-tst_seatv4-Include-array.patch"
|
||||
PACKAGECONFIG ?= " \
|
||||
wayland-client \
|
||||
wayland-server \
|
||||
wayland-egl \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'wayland-egl', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcomposite-egl xcomposite-glx', '', d)} \
|
||||
"
|
||||
PACKAGECONFIG_class-native ?= ""
|
||||
|
||||
Reference in New Issue
Block a user