projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f0fe7
)
meson: orc-test is not required
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Thu, 31 Jan 2019 09:52:21 +0000
(15:22 +0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Thu, 31 Jan 2019 09:52:21 +0000
(15:22 +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 c621906f92ce29890abf39f64813ec551c2dec39..31fb67f15c5f4cad507e96bf174a641684221766 100644
(file)
--- a/
tests/check/meson.build
+++ b/
tests/check/meson.build
@@
-206,7
+206,7
@@
if have_orcc
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'])
+ orc_test_dep = dependency('', fallback: ['orc', 'orc_test_dep']
, required: false
)
endif
endif