Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier3/plasma-framework/0001-Use-VisionFive2-specific-MESA-Fork.patch is written in an unsupported language. File is not indexed.

0001 From 4fade97f7139443ef00b36a8923283191a0066be Mon Sep 17 00:00:00 2001
0002 From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 Date: Wed, 8 Feb 2023 19:58:26 +0100
0004 Subject: [PATCH] Use VisionFive2 specific MESA Fork
0005 
0006 ---
0007  src/declarativeimports/core/CMakeLists.txt | 2 +-
0008  1 file changed, 1 insertion(+), 1 deletion(-)
0009 
0010 diff --git a/src/declarativeimports/core/CMakeLists.txt b/src/declarativeimports/core/CMakeLists.txt
0011 index b34f5335d..6de68e980 100644
0012 --- a/src/declarativeimports/core/CMakeLists.txt
0013 +++ b/src/declarativeimports/core/CMakeLists.txt
0014 @@ -67,7 +67,7 @@ else()
0015  endif()
0016  
0017  if(QtGui_Enabled_Features MATCHES "opengles2")
0018 -    target_link_libraries(corebindingsplugin Qt${QT_MAJOR_VERSION}::Gui_GLESv2)
0019 +    target_link_libraries(corebindingsplugin Qt${QT_MAJOR_VERSION}::Gui_GLESv2_PVR_MESA)
0020  endif()
0021  
0022  install(TARGETS corebindingsplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/core)
0023 -- 
0024 2.37.2
0025