repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
llvm, clang: bump to 14.0.6
[kiss-trunc88.git]
/
mpd
/
build
blob
2e9555739d9e18fe71f3ed15f226b6d8fe4b6fc8
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
meson \
6
-Dbuildtype
=
release \
7
-Ddebug
=
false \
8
-Dstrip
=
true \
9
-Db_ndebug
=
true \
10
-Ddbus
=
disabled \
11
-Dicu
=
disabled \
12
-Dipv6
=
disabled \
13
-Dlibmpdclient
=
disabled \
14
-Dsystemd
=
disabled \
15
. output
16
17
#-Dlibsamplerate=disabled
18
#-Dzeroconf=disabled
19
20
ninja
-C
output
21
ninja
-C
output
install