mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
12 lines
339 B
Meson
12 lines
339 B
Meson
|
docconf = configuration_data()
|
||
|
|
||
|
docconf.set('GST_API_VERSION', api_version)
|
||
|
docconf.set('PACKAGE_VERSION', gst_version)
|
||
|
docconf.set('PLUGINDIR', '@0@/lib/gstreamer-1.0'.format(get_option('prefix')))
|
||
|
|
||
|
version_entities = configure_file(input : 'version.entities.in',
|
||
|
output : 'version.entities',
|
||
|
configuration : docconf)
|
||
|
|
||
|
subdir('libs')
|