summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Ospite <antonio.ospite@collabora.com>2021-11-05 13:12:14 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-11-05 18:08:02 +0000
commit8a4ad0342a913fdddcc7a3e84335d4752dd6a1e0 (patch)
tree336e4bf190ceebe3bdf4c48fac79c9e76e7979aa
parent3e0f83531bfa4ca7a5c7dac19ca77b1e83958493 (diff)
downloadgstreamer-plugins-bad-8a4ad0342a913fdddcc7a3e84335d4752dd6a1e0.tar.gz
magicleap: update lumin_rt libraries names to the latest official version
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2561>
-rw-r--r--sys/magicleap/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/magicleap/meson.build b/sys/magicleap/meson.build
index ae21370b9..84bedc1bf 100644
--- a/sys/magicleap/meson.build
+++ b/sys/magicleap/meson.build
@@ -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',