From 55e97da00292ed584559c6ff07ba840e4d8ba31f Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 9 Jun 2023 15:29:01 -0500 Subject: [PATCH] merge in thead-V1.1.2 changes Signed-off-by: Robert Nelson --- recipes-qt/qt5/qtbase_git.bbappend | 1 + recipes-qt/qt5/qtwayland_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 recipes-qt/qt5/qtbase_git.bbappend diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend new file mode 100644 index 0000000..0256534 --- /dev/null +++ b/recipes-qt/qt5/qtbase_git.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG += "gles2 vulkan" diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index 6a1fba7..7f9c76e 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb @@ -39,8 +39,8 @@ B:class-nativesdk = "${SEPB}/src/qtwaylandscanner" PACKAGECONFIG[wayland-client] = "-feature-wayland-client,-no-feature-wayland-client" PACKAGECONFIG[wayland-server] = "-feature-wayland-server,-no-feature-wayland-server" -PACKAGECONFIG[xcomposite-egl] = "-feature-xcomposite-egl,-no-feature-xcomposite-egl,libxcomposite" -PACKAGECONFIG[xcomposite-glx] = "-feature-xcomposite-glx,-no-feature-xcomposite-glx,virtual/mesa" +#PACKAGECONFIG[xcomposite-egl] = "-feature-xcomposite-egl,-no-feature-xcomposite-egl,libxcomposite" +#PACKAGECONFIG[xcomposite-glx] = "-feature-xcomposite-glx,-no-feature-xcomposite-glx,virtual/mesa" PACKAGECONFIG[wayland-egl] = "-feature-wayland-egl,-no-feature-wayland-egl,virtual/egl" PACKAGECONFIG[wayland-brcm] = "-feature-wayland-brcm,-no-feature-wayland-brcm,virtual/egl" PACKAGECONFIG[wayland-drm-egl-server-buffer] = "-feature-wayland-drm-egl-server-buffer,-no-feature-wayland-drm-egl-server-buffer,libdrm virtual/egl"