Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
40654b1d
Commit
40654b1d
authored
May 21, 2020
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: Run gtkdoc-check
parent
9ca5a406
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
docs/reference/libnice/meson.build
docs/reference/libnice/meson.build
+3
-2
meson.build
meson.build
+1
-1
stun/meson.build
stun/meson.build
+2
-0
No files found.
docs/reference/libnice/meson.build
View file @
40654b1d
...
@@ -28,7 +28,7 @@ gnome.gtkdoc('libnice',
...
@@ -28,7 +28,7 @@ gnome.gtkdoc('libnice',
main_xml: 'libnice-docs.xml',
main_xml: 'libnice-docs.xml',
namespace: 'nice',
namespace: 'nice',
mode: 'none',
mode: 'none',
src_dir:
nice_incs
,
src_dir:
[agent_include, stun_include]
,
dependencies: libnice_dep,
dependencies: libnice_dep,
scan_args: [
scan_args: [
'--rebuild-types',
'--rebuild-types',
...
@@ -47,7 +47,8 @@ gnome.gtkdoc('libnice',
...
@@ -47,7 +47,8 @@ gnome.gtkdoc('libnice',
'--output-format=xml',
'--output-format=xml',
'--name-space=Nice',
'--name-space=Nice',
],
],
install: true)
install: true,
check: true)
# If we ever need to regenerate this diagram.
# If we ever need to regenerate this diagram.
# Since it’s not expected to change much, let’s not depend on GraphViz to
# Since it’s not expected to change much, let’s not depend on GraphViz to
...
...
meson.build
View file @
40654b1d
project('libnice', 'c',
project('libnice', 'c',
version: '0.1.16.1',
version: '0.1.16.1',
meson_version : '>= 0.
49.1
',
meson_version : '>= 0.
52
',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
nice_version = meson.project_version()
nice_version = meson.project_version()
...
...
stun/meson.build
View file @
40654b1d
...
@@ -13,6 +13,8 @@ stun_sources = [
...
@@ -13,6 +13,8 @@ stun_sources = [
'usages/timer.c',
'usages/timer.c',
]
]
stun_include = include_directories('.')
install_headers(
install_headers(
'stunagent.h',
'stunagent.h',
'stunmessage.h',
'stunmessage.h',
...
...
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