Skip to content

Commit

Permalink
colord: Do not install systemd service unit [1]
Browse files Browse the repository at this point in the history
> --with-systemdsystemunitdir=no: Disables attempting to build with
> systemd libraries.

[1] http://www.linuxfromscratch.org/blfs/view/8.1/general/colord.html
  • Loading branch information
pmenzel committed Dec 11, 2017
1 parent e0f8469 commit 55c873b
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 @@ -33,7 +33,8 @@ mee_configure() {
--disable-static \
--disable-systemd-login \
--disable-udev \
--with-daemon-user=colord
--with-daemon-user=colord \
--without-systemdsystemunitdir
}

#mee_build() {
Expand Down

0 comments on commit 55c873b

Please sign in to comment.