This commit is contained in:
Rmys
2024-05-31 23:12:06 +03:00
committed by GitHub
parent b20d8da9ee
commit 045c466720
+2 -1
View File
@@ -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")