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
pmenzel committed Dec 13, 2017
1 parent dae34d8 commit 43cbd6d
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
@@ -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() {

0 comments on commit 43cbd6d

Please sign in to comment.