mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
11 lines
331 B
Meson
11 lines
331 B
Meson
docconf = configuration_data()
|
|
|
|
docconf.set('GST_API_VERSION', api_version)
|
|
docconf.set('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')
|