mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
2c9b1ae709
This reverts commit 8857e004f7
.
This was not meant to be pushed yet.
11 lines
338 B
Meson
11 lines
338 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('libs')
|