xref: /freebsd/contrib/pkgconf/libpkgconf/meson.build (revision a3cefe7f2b4df0f70ff92d4570ce18e517af43ec)
1*a3cefe7fSPierre Proncheryconfigure_file(input : 'config.h.meson',
2*a3cefe7fSPierre Pronchery  output : 'config.h',
3*a3cefe7fSPierre Pronchery  configuration : cdata)
4*a3cefe7fSPierre Pronchery
5*a3cefe7fSPierre Pronchery
6*a3cefe7fSPierre Proncheryinstall_headers('libpkgconf.h',
7*a3cefe7fSPierre Pronchery  'stdinc.h',
8*a3cefe7fSPierre Pronchery  'iter.h',
9*a3cefe7fSPierre Pronchery  'bsdstubs.h',
10*a3cefe7fSPierre Pronchery  'libpkgconf-api.h',
11*a3cefe7fSPierre Pronchery  subdir : 'pkgconf/libpkgconf')
12*a3cefe7fSPierre Pronchery
13