From b225114124412e3ee2b74c6fbe3134c56329d998 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 17 May 2018 20:29:22 +0100 Subject: [PATCH] Build libcapsule without GLib libglib2.0-dev isn't multiarch co-installable. Signed-off-by: Simon McVittie <smcv@collabora.com> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 255122f92..10cc10268 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,7 @@ in-sysroot/configure-%: --enable-tools-rpath="/_ORIGIN_/__/lib/$${DEB_BUILD_MULTIARCH}" \ --disable-shared \ --disable-gtk-doc \ + --without-glib \ $(NULL) _build/%/build.stamp: _build/%/config.stamp $(sysroot)/etc/debian_version -- GitLab