]> git.pld-linux.org Git - packages/kf5-plasma-framework.git/blob - egl.patch
- updated to 5.89.0
[packages/kf5-plasma-framework.git] / egl.patch
1 diff -up plasma-framework-5.84.0/src/declarativeimports/core/CMakeLists.txt.orig plasma-framework-5.84.0/src/declarativeimports/core/CMakeLists.txt
2 --- plasma-framework-5.84.0/src/declarativeimports/core/CMakeLists.txt.orig     2021-07-03 14:20:52.000000000 +0200
3 +++ plasma-framework-5.84.0/src/declarativeimports/core/CMakeLists.txt  2021-07-11 15:51:56.010833913 +0200
4 @@ -58,7 +58,7 @@ if(HAVE_X11)
5  endif()
6  
7  if(HAVE_EGL)
8 -    target_link_libraries(corebindingsplugin ${EGL_TARGET})
9 +    target_link_libraries(corebindingsplugin GL EGL)
10  else()
11  
12  endif()
This page took 0.107289 seconds and 3 git commands to generate.