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")