mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +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} \
|
--libdir=lib${LIBDIRSUFFIX} \
|
||||||
--libexecdir=/usr/lib${LIBDIRSUFFIX}/colord \
|
--libexecdir=/usr/lib${LIBDIRSUFFIX}/colord \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
-Denable-libcolordcompat=true \
|
-Dlibcolordcompat=true \
|
||||||
-Denable-sane=true \
|
-Dsane=true \
|
||||||
-Denable-vala=true \
|
-Dvapi=true \
|
||||||
-Denable-systemd=false \
|
-Dsystemd=false \
|
||||||
-Denable-argyllcms-sensor=false \
|
-Dargyllcms_sensor=false \
|
||||||
-Denable-print-profiles=false \
|
-Dprint_profiles=false \
|
||||||
-Denable-tests=false \
|
-Dtests=false \
|
||||||
-Denable-bash-completion=${USE_BASH} \
|
-Dbash_completion=${USE_BASH} \
|
||||||
-Dwith-daemon-user=colord \
|
-Ddaemon_user=colord \
|
||||||
../
|
../
|
||||||
ninja
|
ninja
|
||||||
DESTDIR=$PKG ninja install
|
DESTDIR=$PKG ninja install
|
||||||
|
|
Loading…
Reference in a new issue