Added support for a local copy of dependencies, when the system version is not compatible or available
Change-Id: Ibd5c74bff376df49631710e72136416197251d62
This commit is contained in:
parent
529adbfaf6
commit
00833223e1
9 changed files with 273 additions and 10 deletions
15
subprojects/packagefiles/libsrt/srt/meson.build
Normal file
15
subprojects/packagefiles/libsrt/srt/meson.build
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
versionfile = configure_file(format: 'cmake@', output: 'version.h', input: files('../srtcore/version.h.in'), configuration: {
|
||||
'SRT_VERSION_MAJOR': 1,
|
||||
'SRT_VERSION_MINOR' : 5,
|
||||
'SRT_VERSION_PATCH': 1,
|
||||
'CI_BUILD_NUMBER_STRING': '"1.5.1"',
|
||||
'SRT_VERSION': '1.5.1',
|
||||
})
|
||||
|
||||
header_tgts += configure_file(copy:true, input: files('../srtcore/srt.h'), output: 'srt.h')
|
||||
header_tgts += configure_file(copy:true, input: files('../srtcore/logging_api.h'), output: 'logging_api.h')
|
||||
header_tgts += configure_file(copy:true, input: files('../srtcore/access_control.h'), output: 'access_control.h')
|
||||
header_tgts += configure_file(copy:true, input: files('../srtcore/platform_sys.h'), output: 'platform_sys.h')
|
||||
header_tgts += configure_file(copy:true, input: files('../srtcore/udt.h'), output: 'udt.h')
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue