https://bugs.kde.org/show_bug.cgi?id=438444
Bart Ribbers <bribb...@disroot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bribb...@disroot.org --- Comment #9 from Bart Ribbers <bribb...@disroot.org> --- The linked MR seems to have resolved most issues I had due to https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/256, but I still get linking errors related to OpenGL at the very end. [100%] Linking CXX shared library ../../../bin/libcorebindingsplugin.so /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld: CMakeFiles/corebindingsplugin.dir/windowthumbnail.cpp.o: in function `Plasma::WindowThumbnail::xcbWindowToTextureEGL(Plasma::WindowTextureNode*)': windowthumbnail.cpp:(.text+0xb9d): undefined reference to `glGetString' /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld: windowthumbnail.cpp:(.text+0xccc): undefined reference to `glGenTextures' /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld: CMakeFiles/corebindingsplugin.dir/windowthumbnail.cpp.o: in function `Plasma::DiscardEglPixmapRunnable::run()': windowthumbnail.cpp:(.text+0x30): undefined reference to `glDeleteTextures' collect2: error: ld returned 1 exit status This system doesn't have glvnd available at all (Alpine Linux) so "just installing it" is not an option. -- You are receiving this mail because: You are watching all bug changes.