Skip to content

Commit

Permalink
colord: Disable GUSB
Browse files Browse the repository at this point in the history
```
[…]
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.
[…]
```
  • Loading branch information
pmenzel committed Dec 13, 2017
1 parent c3872dd commit b1ca332
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions colord.be0
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ PATCHURL[0]=""
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-gusb
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit b1ca332

Please sign in to comment.