xref: /freebsd/contrib/pkgconf/meson_options.txt (revision a3cefe7f2b4df0f70ff92d4570ce18e517af43ec)
1*a3cefe7fSPierre Proncheryoption(
2*a3cefe7fSPierre Pronchery  'tests',
3*a3cefe7fSPierre Pronchery  type: 'feature',
4*a3cefe7fSPierre Pronchery  description: 'Build tests which depends upon the kyua framework',
5*a3cefe7fSPierre Pronchery)
6*a3cefe7fSPierre Pronchery
7*a3cefe7fSPierre Proncheryoption(
8*a3cefe7fSPierre Pronchery  'with-system-libdir',
9*a3cefe7fSPierre Pronchery  type: 'string',
10*a3cefe7fSPierre Pronchery  value: '',
11*a3cefe7fSPierre Pronchery  description: 'Specify the system library directory (default {prefix}/{libdir})'
12*a3cefe7fSPierre Pronchery)
13*a3cefe7fSPierre Pronchery
14*a3cefe7fSPierre Proncheryoption(
15*a3cefe7fSPierre Pronchery  'with-system-includedir',
16*a3cefe7fSPierre Pronchery  type: 'string',
17*a3cefe7fSPierre Pronchery  value: '',
18*a3cefe7fSPierre Pronchery  description: 'Specify the system include directory (default {prefix}/{includedir})'
19*a3cefe7fSPierre Pronchery)
20