From f882c3015b0583f3cc950a9f0aed8a2ec850fbd6 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 30 Aug 2018 22:37:12 +0300 Subject: [PATCH] disable-vala --- desktop/toolkit/colord-gtk/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/toolkit/colord-gtk/actions.py b/desktop/toolkit/colord-gtk/actions.py index 5bf4d15311..0005950cee 100644 --- a/desktop/toolkit/colord-gtk/actions.py +++ b/desktop/toolkit/colord-gtk/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import get def setup(): autotools.configure("--disable-gtk-doc \ - --enable-vala \ + --disable-vala \ --disable-static \ --disable-rpath \ --disable-dependency-tracking") @@ -23,4 +23,4 @@ def build(): def install(): autotools.install() - pisitools.dodoc("ABOUT-NLS", "AUTHORS", "COPYING", "MAINTAINERS", "NEWS", "README", "TODO") \ No newline at end of file + pisitools.dodoc("ABOUT-NLS", "AUTHORS", "COPYING", "MAINTAINERS", "NEWS", "README", "TODO")