aboutsummaryrefslogtreecommitdiff
path: root/extra/glib/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-20 01:06:11 +0300
committerCem Keylan <cem@ckyln.com>2020-08-20 01:06:11 +0300
commitfc9f3cd3077c3561cd77b714ef1b3b4256df05d8 (patch)
tree3e644c80bab3980661b8217d36fb1a68932fee0f /extra/glib/build
parente404aa2f71447843f9f28d0aa4e7c2c2233a0757 (diff)
downloadrepository-fc9f3cd3077c3561cd77b714ef1b3b4256df05d8.tar.gz
glib: bump to 2.64.5
Diffstat (limited to 'extra/glib/build')
-rwxr-xr-xextra/glib/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/glib/build b/extra/glib/build
index 275818b8..77ac9d52 100755
--- a/extra/glib/build
+++ b/extra/glib/build
@@ -6,6 +6,10 @@ export DESTDIR="$1"
sed 's/if have_libelf/if not have_libelf/' gio/meson.build > _
cat _ > gio/meson.build; rm -f _
+# tests/fuzzing now depend on dbus. Remove them from the build.
+find . -type f -name meson.build -exec \
+ sed -i "/subdir('tests')/d;/subdir('fuzzing')/d" {} +
+
meson \
--prefix=/usr \
-Dman=false \