aboutsummaryrefslogtreecommitdiff
path: root/extra/glib/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-20 01:08:20 +0300
committerCem Keylan <cem@ckyln.com>2020-08-20 01:08:20 +0300
commitbe5038331065b4021bb892fc00bb80267f000553 (patch)
treeef240892f1e9434e5937f7df73fb6570109cecba /extra/glib/build
parentfc9f3cd3077c3561cd77b714ef1b3b4256df05d8 (diff)
downloadrepository-be5038331065b4021bb892fc00bb80267f000553.tar.gz
glib: build static library as well
Diffstat (limited to 'extra/glib/build')
-rwxr-xr-xextra/glib/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/glib/build b/extra/glib/build
index 77ac9d52..38d3b13a 100755
--- a/extra/glib/build
+++ b/extra/glib/build
@@ -12,6 +12,7 @@ find . -type f -name meson.build -exec \
meson \
--prefix=/usr \
+ -Ddefault_library=both \
-Dman=false \
-Dfam=false \
. build