mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
colord: Enable vala support. Update BUILD ORDER.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
6b960b2ba3
commit
b4d2c12984
3 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
vala
|
||||
python3
|
||||
dbus-python3
|
||||
py3cairo
|
||||
|
@ -32,7 +33,6 @@ cogl
|
|||
clutter
|
||||
clutter-gtk
|
||||
muffin
|
||||
vala
|
||||
libgee
|
||||
caribou
|
||||
pexpect
|
||||
|
|
|
@ -42,6 +42,7 @@ CHECKDUPLICATE=0
|
|||
|
||||
# Loop for all packages
|
||||
for dir in \
|
||||
vala \
|
||||
python3 \
|
||||
dbus-python3 \
|
||||
py3cairo \
|
||||
|
@ -76,7 +77,6 @@ for dir in \
|
|||
clutter \
|
||||
clutter-gtk \
|
||||
muffin \
|
||||
vala \
|
||||
libgee \
|
||||
caribou \
|
||||
pexpect \
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=colord
|
||||
VERSION=${VERSION:-1.2.12}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -97,6 +97,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-polkit \
|
||||
--enable-sane \
|
||||
--enable-libcolordcompat \
|
||||
--enable-vala \
|
||||
--disable-systemd-login \
|
||||
--disable-argyllcms-sensor \
|
||||
--with-daemon-user=colord \
|
||||
|
|
Loading…
Reference in a new issue