From 17e547a784b4593680c0af4b79a70bb73572c487 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 20 Jun 2020 14:49:26 +0300 Subject: [PATCH] glib: Also build static libraries --- extra/glib/build | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/glib/build b/extra/glib/build index eebed796..1ca94423 100755 --- a/extra/glib/build +++ b/extra/glib/build @@ -14,6 +14,7 @@ meson \ --prefix=/usr \ -Dlibmount=disabled \ -Dinstalled_tests=false \ + -Ddefault_library=both \ -Dman=false \ -Dfam=false \ -Dinternal_pcre=true \