There is an updated pull request by JamiKettunen against master on the void-packages repository https://github.com/JamiKettunen/void-packages libxcursor-missing-devel-dep https://github.com/void-linux/void-packages/pull/41738 libXcursor: make -devel subpackage depend on libXrender-devel It's required as per `Requires.private` in `/usr/lib/pkgconfig/xcursor.pc` and e.g. the following seen during a project CMake configure: ``` -- Checking for module 'xcursor' -- Package 'xrender', required by 'xcursor', not found CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:607 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal) CMakeLists.txt:283 (pkg_check_modules) ``` #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/41738.patch is attached