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
freetype-harfbuzz: bump to 2.12.1+4.3.0
[kiss-trunc88.git]
/
wlroots
/
build
blob
10bfa212be042123e8fb68812dd04444260468a2
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
meson \
6
--prefix
=/
usr \
7
-Ddefault_library
=
both \
8
-Dexamples
=
false \
9
-Dxcb-errors
=
disabled \
10
-Dx11-backend
=
enabled \
11
. build
12
13
ninja
-C
build
14
ninja
-C
build
install