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
megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git]
/
gcr
/
build
blob
52cc8254a823b9e419aa3d69895731259c38b48d
1
#!/bin/sh -e
2
3
meson \
4
--prefix
=/
usr \
5
--libexecdir
=/
usr
/
lib
/
gcr \
6
--buildtype
=
plain \
7
-Ddebug
=
false \
8
-Db_ndebug
=
true \
9
-Dintrospection
=
false \
10
-Dgtk_doc
=
false \
11
. build
12
13
#-Dsystemd=disabled \
14
15
ninja
-C
build
16
ninja
-C
build
install