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
hblock: bump to 3.4.0
[kiss-trunc88.git]
/
libglvnd.mine
/
build
blob
9fa67858ac15064e99af97b71d3d6f21a286c978
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
# Don't build tests.
6
sed
-i
"/subdir('tests')/d"
meson.build
7
8
meson \
9
--prefix
=/
usr \
10
. output
11
12
ninja
-C
output
13
ninja
-C
output
install