system/colord-gtk: Enable vala.

This is now a hard dep (from libgusb via colord).

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2018-01-02 22:28:18 +00:00 committed by Willy Sudiarto Raharjo
parent 953e1bfb0f
commit ecba256388
2 changed files with 1 additions and 9 deletions

View File

@ -2,8 +2,5 @@ colord-gtk is the GTK+ support library for colord.
You can use the following options:
VALA=yes enable vala API support, requires vala
(default: disabled, VALA=no)
GTK2=no disable extra GTK+2 support
(default: enabled, GTK2=yes)

View File

@ -74,11 +74,6 @@ if [ "$GTK2" = 'no' ]; then
GTK2OPT=''
fi
VALAOPT=''
if [ "$VALA" = 'yes' ]; then
VALAOPT='--enable-vala'
fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -89,8 +84,8 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--enable-vala \
$GTK2OPT \
$VALAOPT \
--build=$ARCH-slackware-linux
make