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