mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
contrib: move line reader to contrib
This came from Builder, and it's nice to be able to use it statically from multiple libsysprof libraries.
This commit is contained in:
7
contrib/linereader/meson.build
Normal file
7
contrib/linereader/meson.build
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
liblinereader_deps = [
|
||||||
|
dependency('gio-2.0', version: glib_req_version),
|
||||||
|
]
|
||||||
|
|
||||||
|
liblinereader_static_dep = declare_dependency(
|
||||||
|
include_directories: include_directories('.'),
|
||||||
|
)
|
||||||
@ -1,2 +1,3 @@
|
|||||||
subdir('eggbitset')
|
subdir('eggbitset')
|
||||||
subdir('elfparser')
|
subdir('elfparser')
|
||||||
|
subdir('linereader')
|
||||||
|
|||||||
@ -87,6 +87,7 @@ libsysprof_analyze_deps = [
|
|||||||
|
|
||||||
libeggbitset_static_dep,
|
libeggbitset_static_dep,
|
||||||
libelfparser_static_dep,
|
libelfparser_static_dep,
|
||||||
|
liblinereader_static_dep,
|
||||||
libsysprof_capture_dep,
|
libsysprof_capture_dep,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user