From b1ca332b550789c9dabc21c9e4bb3c7ee3c24519 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 11 Dec 2017 16:31:14 +0100 Subject: [PATCH] colord: Disable GUSB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` […] checking for GUSB... no configure: error: Package requirements (gusb >= 0.2.7) were not met: No package 'gusb' 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 GUSB_CFLAGS and GUSB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. […] ``` --- colord.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/colord.be0 b/colord.be0 index 3b47305d4..61127d107 100755 --- a/colord.be0 +++ b/colord.be0 @@ -26,9 +26,10 @@ PATCHURL[0]="" # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-gusb +} #mee_build() { # bee_build