mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
meson: Fix the way we set the testsuite version
This commit is contained in:
parent
2c6c25d4bf
commit
598128fc0c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
_launcherdir = get_option('libdir') + '/gst-validate-launcher/python/launcher/'
|
||||
|
||||
launcher_configure = configuration_data()
|
||||
launcher_configure.set('GST_VALIDATE_TESTSUITE_VERSION', '"@0@"'.format(TESTSUITE_VERSION))
|
||||
launcher_configure.set('GST_VALIDATE_TESTSUITE_VERSION', '@0@'.format(TESTSUITE_VERSION))
|
||||
launcher_configure.set('BUILDDIR', meson.build_root())
|
||||
launcher_configure.set('DATADIR', join_paths(get_option('prefix'), get_option('datadir')))
|
||||
launcher_configure.set('LIBDIR', join_paths(get_option('prefix'), get_option('libdir')))
|
||||
|
|
Loading…
Reference in a new issue