Skip to content

Commit

Permalink
subprojects: add libmpdclient wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Dec 20, 2023
1 parent 753afef commit fd7648e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ project('ncmpc', 'cpp',
default_options: [
'cpp_std=c++2a',
'warning_level=3',

# If we build libmpdclient, it should be linked statically into
# our executable.
'libmpdclient:default_library=static',
],
license: 'GPLv2+',
)
Expand Down
1 change: 1 addition & 0 deletions subprojects/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/libmpdclient/
6 changes: 6 additions & 0 deletions subprojects/libmpdclient.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-git]
url = https://github.com/MusicPlayerDaemon/libmpdclient
revision = v2.21

[provide]
libmpdclient = libmpdclient_dep

0 comments on commit fd7648e

Please sign in to comment.