New comment by iFoundSilentHouse on void-packages repository https://github.com/void-linux/void-packages/pull/49545#issuecomment-2024264791 Comment: > > * SDL2_image: for webp support added patch to SDL2_image as there's no command that worked for build using dynamic linking. > > Instead of adding a patch, add `configure_args="-DSDL2IMAGE_WEBP=ON"` to SDL2_image's template. > > If done correctly, this should be part of the configure step's output for SDL2_image: > > ``` > -- SDL2_image: Using system libwebp > -- Found webp: /usr/lib/libwebp.so > -- Dynamic libwebpdemux: libwebpdemux.so.2 > -- Dynamic libwebp: libwebp.so.7 > ``` I tried it. Didn't work. Maybe I was too tired bruteforcing the answer and did something wrong. I'll try it againg