mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
meson: orc-test is not required
This is especially never available on iOS.
This commit is contained in:
parent
fe7885b13e
commit
ef118bd56e
1 changed files with 2 additions and 3 deletions
|
@ -212,9 +212,8 @@ if have_orcc
|
||||||
# FIXME: there should really just be a separate orc-test-0.4.pc file for this
|
# FIXME: there should really just be a separate orc-test-0.4.pc file for this
|
||||||
if orc_dep.type_name() == 'pkgconfig'
|
if orc_dep.type_name() == 'pkgconfig'
|
||||||
orc_test_dep = cc.find_library('orc-test-0.4', required : false)
|
orc_test_dep = cc.find_library('orc-test-0.4', required : false)
|
||||||
endif
|
else
|
||||||
if not orc_test_dep.found()
|
orc_test_dep = dependency('', fallback: ['orc', 'orc_test_dep'], required: false)
|
||||||
orc_test_dep = dependency('', fallback: ['orc', 'orc_test_dep'])
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue