2018-01-27 02:37:41 -05:00
|
|
|
option('package_name',
|
2017-05-25 12:22:34 -04:00
|
|
|
type: 'string',
|
|
|
|
value: '',
|
|
|
|
description: 'The value for the GETTEXT_PACKAGE define.'
|
|
|
|
)
|
|
|
|
|
2018-01-27 02:37:41 -05:00
|
|
|
option('package_version',
|
2017-05-25 12:22:34 -04:00
|
|
|
type: 'string',
|
|
|
|
value: '',
|
|
|
|
description: 'The value for the PACKAGE_VERSION define.'
|
|
|
|
)
|
|
|
|
|
|
|
|
option('pkglibdir',
|
|
|
|
type: 'string',
|
|
|
|
value: '',
|
|
|
|
description: 'The private directory the shared library/typelib will be installed into.'
|
|
|
|
)
|
|
|
|
|
|
|
|
option('pkgdatadir',
|
|
|
|
type: 'string',
|
|
|
|
value: '',
|
|
|
|
description: 'The private directory the gir file will be installed into.'
|
|
|
|
)
|
|
|
|
|
2018-01-26 04:08:09 -05:00
|
|
|
option('alsa',
|
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
|
|
|
description: 'Build ALSA support.'
|
|
|
|
)
|
|
|
|
|
2017-05-25 12:22:34 -04:00
|
|
|
option('static',
|
|
|
|
type: 'boolean',
|
|
|
|
value: false,
|
|
|
|
description: 'Build as a static library.'
|
|
|
|
)
|
|
|
|
|
2018-01-27 02:37:41 -05:00
|
|
|
option('introspection',
|
2017-05-25 12:22:34 -04:00
|
|
|
type: 'boolean',
|
|
|
|
value: false,
|
|
|
|
description: 'Build gobject-introspection support'
|
|
|
|
)
|