Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
xenomai4
libevl
Commits
6e660c57
Commit
6e660c57
authored
Jan 08, 2022
by
Philippe Gerum
Browse files
meson: generate pkgconfig information
Signed-off-by:
Philippe Gerum
<
rpm@xenomai.org
>
parent
b3b08bbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/meson.build
View file @
6e660c57
...
...
@@ -41,7 +41,7 @@ git_stamp_h = custom_target(
)
libevl_sources += git_stamp_h
libevl = both_libraries('evl', libevl_sources,
libevl = both_libraries('
lib
evl', libevl_sources,
include_directories : [ libevl_incdirs ],
c_args : [ '-DLIBVERSION="' + libevl_version + '"' ],
install : true,
...
...
@@ -53,3 +53,8 @@ libevl_dep = declare_dependency(link_with : libevl,
include_directories : [ libevl_incdirs ],
dependencies : [ pthread_dep, rt_dep ],
)
pkg = import('pkgconfig')
pkg.generate(libevl,
description : 'API library and utilities for EVL'
)
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