mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
4 lines
242 B
Meson
4 lines
242 B
Meson
option('with-package-name', type : 'string',
|
|
description : 'package name to use in plugins')
|
|
option('with-package-origin', type : 'string', value : 'Unknown package origin',
|
|
description : 'package origin URL to use in plugins')
|