From 045c4667209ffe56a40eb1a73a8787a8ebc12513 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 31 May 2024 23:12:06 +0300 Subject: [PATCH] colord --- x11/misc/colord/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/misc/colord/actions.py b/x11/misc/colord/actions.py index 7f0ef2ff7a..c79f817e04 100644 --- a/x11/misc/colord/actions.py +++ b/x11/misc/colord/actions.py @@ -12,11 +12,12 @@ from pisi.actionsapi import mesontools def setup(): - shelltools.system("""sed -i -e "/find_program('vapigen')/d" meson.build""") + #shelltools.system("""sed -i -e "/find_program('vapigen')/d" meson.build""") mesontools.configure("-Ddaemon_user=colord \ -Dsystemd=false \ -Ddocs=false \ -Dlibcolordcompat=true \ + -D vapi=true \ -Dman=false")