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
mesa: bump to 22.0.3
[kiss-trunc88.git]
/
babl
/
build
blob
1c9378ebbb7bce2179aab2b56a7f7882f7f62661
1
#!/bin/sh -e
2
3
sed
"/subdir('tests')/d"
meson.build
>
_
4
mv
-f
_ meson.build
5
6
sed
"s/Description/description/"
meson.build
>
_
7
mv
-f
_ meson.build
8
9
meson \
10
--prefix
=/
usr \
11
. output
12
13
ninja
-C
output
14
ninja
-C
output
install