Closed issue by g-h-97 on void-packages repository https://github.com/void-linux/void-packages/issues/38720 Description: ### Is this a new report? Yes ### System Info Void 5.18.16_1 x86_64-musl GenuineIntel uptodate rFFFF ### Package(s) Affected libconfig-1.7.3_1, libconfig-devel-1.7.3_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? https://github.com/yshui/picom/issues/872 ### Expected behaviour Compiling picom should generate an executable `picom` under `src/` under the building tree ### Actual behaviour A bunch of linker error messages related to `libconfig` are displayed ### Steps to reproduce 1. Clone the repo `git clone https://github.com/yshui/picom` 2. Install make deps including `libconfig-devel` 3. `meson --buildtype=release . build` 4. `ninja -C build`