New comment by Jjp137 on void-packages repository https://github.com/void-linux/void-packages/pull/49545#issuecomment-2024256894 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 ```