mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
13 lines
333 B
Meson
13 lines
333 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')))
|
||
|
|
||
|
configure_file(input : 'version.entities.in',
|
||
|
output : 'version.entities',
|
||
|
configuration : docconf)
|
||
|
|
||
|
subdir('gst')
|
||
|
subdir('libs')
|