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, pango, atk, gtk+3, gdk-pixbuf: enable introspection
[kiss-trunc88.git]
/
pango
/
build
blob
78b06e86d0572a7c79c4c68500303866ac2b7573
1
#!/bin/sh -e
2
3
for
p
in
*
.
patch
;
do
4
patch
-p1
<
"
$p
"
5
done
6
7
# Disable download of missing (optional) dependencies
8
# during the build. This cannot be turned off otherwise.
9
rm
-rf
subprojects
10
11
: >
test
s
/
meson.build
12
: >
examples
/
meson.build
13
: >
docs
/
meson.build
14
15
meson \
16
--prefix
=/
usr \
17
-Dgtk_doc
=
false \
18
-Dintrospection
=
enabled \
19
. build
20
21
22
ninja
-C
build
23
ninja
-C
build
install