Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Olivier Crête
libnice
Commits
15c2d359
Commit
15c2d359
authored
Nov 03, 2018
by
Tim-Philipp Müller
Committed by
Olivier Crête
Dec 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: don't error out if clock_gettime() was not found
It's not a requirement, there's a fallback.
parent
945da049
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
meson.build
meson.build
+0
-2
No files found.
meson.build
View file @
15c2d359
...
...
@@ -60,8 +60,6 @@ if not cc.has_function('clock_gettime')
librt = cc.find_library('rt', required: false)
if cc.has_function('clock_gettime', dependencies: librt)
syslibs += [librt]
else
error('Could not find right library for clock_gettime()')
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