Use Meson's pkg-config generator
The .pc file is now generated using Meson generator, so there's no need anymore to store a .pc.in file in the project root and then configure it manually. All dependencies and libraries are automatically set based on what the build target actually uses, so there's no need to manually track all the required libs and flags. As a result, code is much cleaner
Showing
libpistache.pc.in
deleted
100644 → 0
Please register or sign in to comment