From d902dfae7751d39f3ff06a5cb40b3d892202923d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 11 Dec 2017 16:33:56 +0100 Subject: [PATCH] colord: Disable systemd seat-tracking support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` […] checking for LIBSYSTEMD... no checking for LIBSYSTEMD_LOGIN... no configure: error: Package requirements (libsystemd-login >= 44) were not met: No package 'libsystemd-login' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBSYSTEMD_LOGIN_CFLAGS and LIBSYSTEMD_LOGIN_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. […] ``` --- colord.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colord.be0 b/colord.be0 index 61127d107..20a064ee7 100755 --- a/colord.be0 +++ b/colord.be0 @@ -28,7 +28,8 @@ PATCHURL[0]="" mee_configure() { bee_configure \ - --disable-gusb + --disable-gusb \ + --disable-systemd-login } #mee_build() {