summaryrefslogtreecommitdiffstats
path: root/system/colord-gtk
diff options
context:
space:
mode:
author David Spencer2018-01-02 23:28:18 +0100
committer Willy Sudiarto Raharjo2018-01-06 00:55:23 +0100
commitecba256388b64f1e889ae3f6f3080b62b7f5654d (patch)
tree4dbf08ca8bb53708c6509fb7449fe372bb34e973 /system/colord-gtk
parent953e1bfb0fa44a288ffa14d6daeb027380f1cb5c (diff)
downloadslackbuilds-ecba256388b64f1e889ae3f6f3080b62b7f5654d.tar.gz
system/colord-gtk: Enable vala.
This is now a hard dep (from libgusb via colord). Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/colord-gtk')
-rw-r--r--system/colord-gtk/README3
-rw-r--r--system/colord-gtk/colord-gtk.SlackBuild7
2 files changed, 1 insertions, 9 deletions
diff --git a/system/colord-gtk/README b/system/colord-gtk/README
index 39844abda3..669ecf0092 100644
--- a/system/colord-gtk/README
+++ b/system/colord-gtk/README
@@ -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)
diff --git a/system/colord-gtk/colord-gtk.SlackBuild b/system/colord-gtk/colord-gtk.SlackBuild
index 4c6464dc5c..62466d6055 100644
--- a/system/colord-gtk/colord-gtk.SlackBuild
+++ b/system/colord-gtk/colord-gtk.SlackBuild
@@ -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