mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
magicleap: update lumin_rt libraries names to the latest official version
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1314>
This commit is contained in:
parent
0345188aaa
commit
7deee582d2
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ magicleap_sources = [
|
|||
]
|
||||
|
||||
libmlaudio_dep = cc.find_library('ml_audio', required : get_option('magicleap'))
|
||||
liblumin_core_dep = cc.find_library('lumin_rt_core_1_5', required : get_option('magicleap'))
|
||||
liblumin_app_dep = cc.find_library('lumin_rt_app_1_5', required : get_option('magicleap'))
|
||||
liblumin_core_dep = cc.find_library('lumin_rt_core_1_7', required : get_option('magicleap'))
|
||||
liblumin_app_dep = cc.find_library('lumin_rt_app_1_7', required : get_option('magicleap'))
|
||||
|
||||
if libmlaudio_dep.found()
|
||||
gstmagicleap = library('gstmagicleap',
|
||||
|
|
Loading…
Reference in a new issue