Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
66f5b0fe
An error occurred while fetching merge requests data.
Commit
66f5b0fe
authored
6 years ago
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add boost_dep in subdir meson.build files
parent
5cb60398
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
meson.build
src/db/meson.build
+3
-0
meson.build
src/event/meson.build
+3
-0
meson.build
src/input/meson.build
+3
-0
meson.build
src/storage/meson.build
+3
-0
No files found.
src/db/meson.build
View file @
66f5b0fe
...
...
@@ -45,6 +45,9 @@ db_glue = static_library(
'db_glue',
db_glue_sources,
include_directories: inc,
dependencies: [
boost_dep,
],
)
db_glue_dep = declare_dependency(
...
...
This diff is collapsed.
Click to expand it.
src/event/meson.build
View file @
66f5b0fe
...
...
@@ -16,6 +16,9 @@ event = static_library(
'Thread.cxx',
'Loop.cxx',
include_directories: inc,
dependencies: [
boost_dep,
],
)
event_dep = declare_dependency(
...
...
This diff is collapsed.
Click to expand it.
src/input/meson.build
View file @
66f5b0fe
...
...
@@ -7,6 +7,9 @@ input_api = static_library(
'AsyncInputStream.cxx',
'ProxyInputStream.cxx',
include_directories: inc,
dependencies: [
boost_dep,
],
)
input_api_dep = declare_dependency(
...
...
This diff is collapsed.
Click to expand it.
src/storage/meson.build
View file @
66f5b0fe
...
...
@@ -18,6 +18,9 @@ storage_glue = static_library(
'Configured.cxx',
'StorageState.cxx',
include_directories: inc,
dependencies: [
boost_dep,
],
)
storage_glue_dep = declare_dependency(
...
...
This diff is collapsed.
Click to expand it.
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