]> git.pld-linux.org Git - packages/kf5-plasma-framework.git/blob - egl.patch
894bd4e0f7b754e74970d317846658d12ed7cf7e
[packages/kf5-plasma-framework.git] / egl.patch
1 diff -up plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt.orig plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt
2 --- plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt.orig     2021-06-08 12:39:06.000000000 +0200
3 +++ plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt  2021-06-14 19:55:05.956159908 +0200
4 @@ -58,7 +58,7 @@ if(HAVE_X11)
5  endif()
6  
7  if(HAVE_EGL)
8 -    target_link_libraries(corebindingsplugin OpenGL::EGL)
9 +    target_link_libraries(corebindingsplugin GL EGL)
10  endif()
11  
12  if (${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL "GLESv2")
This page took 0.140314 seconds and 2 git commands to generate.