mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
colord: Update meson build options.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
34ef2fca94
commit
36b1ec1814
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue