Hash : de8fc9e4 Author : Date : 2020-11-28T15:19:41
meson: install headers into pkgconf/libpkgconf instead of just libpkgconf To mirror what the autotools build does
Download
1 2 3 4 5 6 7 8 9 10 11 12
configure_file(input : 'config.h.meson', output : 'config.h', configuration : cdata) install_headers('libpkgconf.h', 'stdinc.h', 'iter.h', 'bsdstubs.h', 'libpkgconf-api.h', subdir : 'pkgconf/libpkgconf')