mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.6k stars 1.63k forks source link

pkgconfig: implement install keyword #2254

Open ignatenkobrain opened 7 years ago

ignatenkobrain commented 7 years ago

Currently, pkgconfig.generate(...,install:true) shows that install keyword is unknown...

Details: if no libraries are passed, install to $datadir/pkgconfig, otherwise $libdir/pkgconfig.

eli-schwartz commented 3 years ago

What would this even do? pkgconfig.generate() always creates an install target, what would install: false do here?