File: meson_options.txt

package info (click to toggle)
pkgconf 2.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,900 kB
  • sloc: ansic: 8,117; sh: 6,689; makefile: 247; python: 157
file content (19 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
option(
  'tests',
  type: 'feature',
  description: 'Build tests which depends upon the kyua framework',
)

option(
  'with-system-libdir',
  type: 'string',
  value: '',
  description: 'Specify the system library directory (default {prefix}/{libdir})'
)

option(
  'with-system-includedir',
  type: 'string',
  value: '',
  description: 'Specify the system include directory (default {prefix}/{includedir})'
)