]> git.pld-linux.org Git - packages/kf5-plasma-framework.git/commitdiff
- see https://bugs.kde.org/show_bug.cgi?id=438444
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 14 Jun 2021 18:11:44 +0000 (20:11 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 14 Jun 2021 18:11:44 +0000 (20:11 +0200)
egl.patch [new file with mode: 0644]

diff --git a/egl.patch b/egl.patch
new file mode 100644 (file)
index 0000000..894bd4e
--- /dev/null
+++ b/egl.patch
@@ -0,0 +1,12 @@
+diff -up plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt.orig plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt
+--- plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt.orig    2021-06-08 12:39:06.000000000 +0200
++++ plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt 2021-06-14 19:55:05.956159908 +0200
+@@ -58,7 +58,7 @@ if(HAVE_X11)
+ endif()
+ if(HAVE_EGL)
+-    target_link_libraries(corebindingsplugin OpenGL::EGL)
++    target_link_libraries(corebindingsplugin GL EGL)
+ endif()
+ if (${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL "GLESv2")
This page took 0.034916 seconds and 4 git commands to generate.