There is an updated pull request by M374LX against master on the void-packages repository https://github.com/M374LX/void-packages alexvsbus https://github.com/void-linux/void-packages/pull/48682 New package: alexvsbus Closes #48647 #### Testing the changes - I tested the changes in this PR: **briefly** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64) #### Building problems It is my first time trying to create a package for Void Linux. When trying to build, I get: ``` src/audio.c:33:10: fatal error: raylib.h: No such file or directory 33 | #include ``` However, raylib is included in the sources and its location is included in the Makefile's CFLAGS variable: https://github.com/M374LX/alexvsbus/blob/9dc8687ee8c281cbee39b18bdc705e6483b0d1ba/Makefile#L30 I can build the game normally with ``make`` from the source code directly, without ``xbps-src``. Does anyone know how to fix it? A patch file from https://github.com/void-linux/void-packages/pull/48682.patch is attached