diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-18 17:28:10 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-18 17:28:10 +0100 |
commit | d21557216e082532637a209661a1a72b342bd5b6 (patch) | |
tree | 34edec7c4da017af6738f1e92ca94d861d456128 | |
parent | 53779d1fb08d44d093d1d5739dec45d77cc4baf9 (diff) | |
download | repository-d21557216e082532637a209661a1a72b342bd5b6.tar.gz |
mpd: use saner meson subproject settings
-rwxr-xr-x | community/mpd/build | 2 | ||||
-rw-r--r-- | community/mpd/sources | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/community/mpd/build b/community/mpd/build index 626a6d47..5a5ed84f 100755 --- a/community/mpd/build +++ b/community/mpd/build @@ -2,6 +2,8 @@ patch -p1 < boost-1.81.patch +clsed '/^directory =/s/=.*/= fmt/' subprojects/fmt.wrap + export DESTDIR="$1" cl-meson \ diff --git a/community/mpd/sources b/community/mpd/sources index e782ba56..dc35ade3 100644 --- a/community/mpd/sources +++ b/community/mpd/sources @@ -1,4 +1,4 @@ https://www.musicpd.org/download/mpd/0.23/mpd-0.23.11.tar.xz -https://github.com/fmtlib/fmt/archive/9.1.0.tar.gz subprojects/fmt-9.1.0 -files/meson.build subprojects/fmt-9.1.0 +https://github.com/fmtlib/fmt/archive/9.1.0.tar.gz subprojects/fmt +files/meson.build subprojects/fmt patches/boost-1.81.patch |