summaryrefslogtreecommitdiffstats
path: root/config/pkgs.mk
Commit message (Collapse)AuthorAgeFilesLines
* config: Test-compile packages even if pkg-config says they existTavian Barnes2024-04-191-3/+3
| | | | This fixes `make config CC=musl-gcc`, for example.
* build: Dont include ${BUILDDIR} in short messagesTavian Barnes2024-04-171-1/+1
|
* build: Refactor configurationTavian Barnes2024-04-161-7/+10
| | | | | | We now use a recursive make invocation to do the work of `make config`. The new implementation is also compatible with GNU make 3.81 found on macOS.
* build: Run pkg-config with all packages at onceTavian Barnes2024-04-101-0/+14