From 6ca87dba44bc8a8e9d7c37512278f3e0c1214e2c Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 24 Jun 2020 09:01:26 +0300 Subject: [PATCH] upower rebuild --with-systemdsystemunitdir=no --- hardware/powermanagement/upower/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/powermanagement/upower/actions.py b/hardware/powermanagement/upower/actions.py index 4f99fb7ff3..952b70bbb8 100644 --- a/hardware/powermanagement/upower/actions.py +++ b/hardware/powermanagement/upower/actions.py @@ -14,6 +14,7 @@ def setup(): autotools.configure("--disable-static \ --disable-gtk-doc \ --enable-deprecated \ + --with-systemdsystemunitdir=no \ --enable-introspection") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")