Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
libwnck
Commits
2fd99e8b
Commit
2fd99e8b
authored
Nov 07, 2018
by
Marco Trevisan
🎺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson, docs: pass deprecated-guards without quotes
As per recent meson changes, this would not work properly
parent
94a30776
Pipeline
#39379
passed with stage
in 4 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/meson.build
doc/meson.build
+1
-1
No files found.
doc/meson.build
View file @
2fd99e8b
...
...
@@ -11,7 +11,7 @@ gnome.gtkdoc(meson.project_name(),
ignore_headers: ['wnck-enum-types.h', 'version.h'],
scan_args: [
'--rebuild-types',
'--deprecated-guards=
"
WNCK_DISABLE_DEPRECATED
"
'
'--deprecated-guards=WNCK_DISABLE_DEPRECATED'
],
install: true,
module_version: MODULE_VERSION,
...
...
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