mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
12 lines
352 B
Meson
12 lines
352 B
Meson
docconf = configuration_data()
|
|
|
|
docconf.set('GST_API_VERSION', apiversion)
|
|
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('gst')
|
|
subdir('libs')
|