colord: Update meson build options.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-04-25 20:29:54 +07:00
parent 34ef2fca94
commit 36b1ec1814

View file

@ -95,15 +95,15 @@ meson --prefix=/usr \
--libdir=lib${LIBDIRSUFFIX} \
--libexecdir=/usr/lib${LIBDIRSUFFIX}/colord \
--mandir=/usr/man \
-Denable-libcolordcompat=true \
-Denable-sane=true \
-Denable-vala=true \
-Denable-systemd=false \
-Denable-argyllcms-sensor=false \
-Denable-print-profiles=false \
-Denable-tests=false \
-Denable-bash-completion=${USE_BASH} \
-Dwith-daemon-user=colord \
-Dlibcolordcompat=true \
-Dsane=true \
-Dvapi=true \
-Dsystemd=false \
-Dargyllcms_sensor=false \
-Dprint_profiles=false \
-Dtests=false \
-Dbash_completion=${USE_BASH} \
-Ddaemon_user=colord \
../
ninja
DESTDIR=$PKG ninja install