From 380d7c413dc8917bb5298aeeebe14dbbfda2e36a Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Mon, 29 May 2023 08:50:32 +0200 Subject: [PATCH] plasma-workspace: update package for Qt6 --- recipes-plasma/plasma-workspace.inc | 4 --- ...1-Use-VisionFive2-specific-MESA-Fork.patch | 25 ------------------- 2 files changed, 29 deletions(-) delete mode 100644 recipes-plasma/plasma-workspace/0001-Use-VisionFive2-specific-MESA-Fork.patch diff --git a/recipes-plasma/plasma-workspace.inc b/recipes-plasma/plasma-workspace.inc index 358abb1..bd77a5a 100644 --- a/recipes-plasma/plasma-workspace.inc +++ b/recipes-plasma/plasma-workspace.inc @@ -10,10 +10,6 @@ LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881" PR = "r0" -SRC_URI:append:visionfive2 = " \ - file://0001-Use-VisionFive2-specific-MESA-Fork.patch \ -" - DEPENDS = " \ baloo \ breeze \ diff --git a/recipes-plasma/plasma-workspace/0001-Use-VisionFive2-specific-MESA-Fork.patch b/recipes-plasma/plasma-workspace/0001-Use-VisionFive2-specific-MESA-Fork.patch deleted file mode 100644 index 1c25507..0000000 --- a/recipes-plasma/plasma-workspace/0001-Use-VisionFive2-specific-MESA-Fork.patch +++ /dev/null @@ -1,25 +0,0 @@ -From dd3565bc3ba01ad6c41425bb0fd831ac79ae2a11 Mon Sep 17 00:00:00 2001 -From: Andreas Cord-Landwehr -Date: Wed, 8 Feb 2023 20:36:55 +0100 -Subject: [PATCH] Use VisionFive2 specific MESA Fork - ---- - libtaskmanager/declarative/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libtaskmanager/declarative/CMakeLists.txt b/libtaskmanager/declarative/CMakeLists.txt -index 062efb054..66c70b6ae 100644 ---- a/libtaskmanager/declarative/CMakeLists.txt -+++ b/libtaskmanager/declarative/CMakeLists.txt -@@ -37,7 +37,7 @@ target_link_libraries(taskmanagerplugin Qt::Qml Qt::GuiPrivate - Wayland::Client) - if (QT_MAJOR_VERSION EQUAL "5") - if (${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL "GLESv2") -- target_link_libraries(taskmanagerplugin Qt5::Gui_GLESv2) -+ target_link_libraries(taskmanagerplugin Qt5::Gui_GLESv2_PVR_MESA) - elseif(TARGET Qt5::Gui_GL) - target_link_libraries(taskmanagerplugin Qt5::Gui_GL) - endif() --- -2.37.2 -