summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-03-13 07:38:14 -0300
committerGitHub <noreply@github.com>2024-03-13 07:38:14 -0300
commit168962807b038af60814e985a4006fe51f266d8d (patch)
tree5147c5c0494358a1132ef313494db8e65f90c597
parentd649a5de39f6ed010383c1e969da5c53c3671f61 (diff)
parent25d78fb6bde4be99d444ca3db7bb224227f05e09 (diff)
downloadmeta-freescale-168962807b038af60814e985a4006fe51f266d8d.tar.gz
Merge pull request #1759 from YoeDistro/yoe/pu
qtbase: Enable wayland knob when in distro features
-rw-r--r--dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend b/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend
index fe2cd9e3..1c51fc09 100644
--- a/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend
+++ b/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend
@@ -41,6 +41,10 @@ PACKAGECONFIG_PLATFORM:use-mainline-bsp = " \
41 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}" 41 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}"
42 42
43PACKAGECONFIG += " \ 43PACKAGECONFIG += " \
44 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '${PACKAGECONFIG_WAYLAND}', '', d)}"
45PACKAGECONFIG_WAYLAND = "wayland"
46
47PACKAGECONFIG += " \
44 ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', '${PACKAGECONFIG_VULKAN}', '', d)}" 48 ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', '${PACKAGECONFIG_VULKAN}', '', d)}"
45PACKAGECONFIG_VULKAN = "" 49PACKAGECONFIG_VULKAN = ""
46PACKAGECONFIG_VULKAN:imxgpu = " \ 50PACKAGECONFIG_VULKAN:imxgpu = " \