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
ee005ba3
Commit
ee005ba3
authored
Apr 30, 2019
by
Marco Trevisan
🎺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson, libwnck: Add mapfile as link_depends
parent
5de76d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
libwnck/meson.build
libwnck/meson.build
+1
-0
No files found.
libwnck/meson.build
View file @
ee005ba3
...
...
@@ -100,6 +100,7 @@ libwnck_lib = shared_library(LIBNAME,
sources: sources + a11y_sources + enum_types + resources,
version: '@0@.@1@.@2@'.format(LIBWNCK_SOVERSION, LIBWNCK_CURRENT, LIBWNCK_REVISION),
soversion: LIBWNCK_SOVERSION,
link_depends: mapfile,
install: true,
)
...
...
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