Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-bad
Commits
572a283b
Commit
572a283b
authored
Jan 31, 2019
by
Nirbheek Chauhan
🐜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: orc-test is not required
This is especially never available on iOS.
parent
cd55f863
Pipeline
#17091
passed with stages
in 12 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
tests/check/meson.build
tests/check/meson.build
+2
-3
No files found.
tests/check/meson.build
View file @
572a283b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment