projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd55f86
)
meson: orc-test is not required
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Thu, 31 Jan 2019 09:54:06 +0000
(15:24 +0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Thu, 31 Jan 2019 09:59:24 +0000
(15:29 +0530)
This is especially never available on iOS.
tests/check/meson.build
patch
|
blob
|
history
diff --git
a/tests/check/meson.build
b/tests/check/meson.build
index 83b3d84e89457a4543b4f7a0957bea38ab2e8afa..7e539bc8ef9f563a4957a573a53eed21c676b12a 100644
(file)
--- a/
tests/check/meson.build
+++ b/
tests/check/meson.build
@@
-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