Skip to content

Commit

Permalink
colord: Disable systemd seat-tracking support
Browse files Browse the repository at this point in the history
```
[…]
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.
[…]
```
  • Loading branch information
pmenzel committed Dec 13, 2017
1 parent b1ca332 commit d902dfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colord.be0
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ PATCHURL[0]=""

mee_configure() {
bee_configure \
--disable-gusb
--disable-gusb \
--disable-systemd-login
}

#mee_build() {
Expand Down

0 comments on commit d902dfa

Please sign in to comment.