colord: Enable vala support. Update BUILD ORDER.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-11-20 07:35:50 +07:00
parent 6b960b2ba3
commit b4d2c12984
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
vala
python3 python3
dbus-python3 dbus-python3
py3cairo py3cairo
@ -32,7 +33,6 @@ cogl
clutter clutter
clutter-gtk clutter-gtk
muffin muffin
vala
libgee libgee
caribou caribou
pexpect pexpect

View file

@ -42,6 +42,7 @@ CHECKDUPLICATE=0
# Loop for all packages # Loop for all packages
for dir in \ for dir in \
vala \
python3 \ python3 \
dbus-python3 \ dbus-python3 \
py3cairo \ py3cairo \
@ -76,7 +77,6 @@ for dir in \
clutter \ clutter \
clutter-gtk \ clutter-gtk \
muffin \ muffin \
vala \
libgee \ libgee \
caribou \ caribou \
pexpect \ pexpect \

View file

@ -24,7 +24,7 @@
PRGNAM=colord PRGNAM=colord
VERSION=${VERSION:-1.2.12} VERSION=${VERSION:-1.2.12}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_csb} TAG=${TAG:-_csb}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -97,6 +97,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-polkit \ --enable-polkit \
--enable-sane \ --enable-sane \
--enable-libcolordcompat \ --enable-libcolordcompat \
--enable-vala \
--disable-systemd-login \ --disable-systemd-login \
--disable-argyllcms-sensor \ --disable-argyllcms-sensor \
--with-daemon-user=colord \ --with-daemon-user=colord \