]> git.pld-linux.org Git - packages/kf5-plasma-framework.git/blame - egl.patch
- updated to 5.89.0
[packages/kf5-plasma-framework.git] / egl.patch
CommitLineData
1fc5463a
WF
1diff -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
71f64263
WF
4@@ -58,7 +58,7 @@ if(HAVE_X11)
5 endif()
6
7 if(HAVE_EGL)
1fc5463a 8- target_link_libraries(corebindingsplugin ${EGL_TARGET})
71f64263 9+ target_link_libraries(corebindingsplugin GL EGL)
1fc5463a 10 else()
71f64263 11
1fc5463a 12 endif()
This page took 0.021284 seconds and 4 git commands to generate.