1configure_file(input : 'config.h.meson', 2 output : 'config.h', 3 configuration : cdata) 4 5 6install_headers('libpkgconf.h', 7 'stdinc.h', 8 'iter.h', 9 'bsdstubs.h', 10 'libpkgconf-api.h', 11 subdir : 'pkgconf/libpkgconf') 12 13
1configure_file(input : 'config.h.meson', 2 output : 'config.h', 3 configuration : cdata) 4 5 6install_headers('libpkgconf.h', 7 'stdinc.h', 8 'iter.h', 9 'bsdstubs.h', 10 'libpkgconf-api.h', 11 subdir : 'pkgconf/libpkgconf') 12 13