diff options
author | davidovski <david@davidovski.xyz> | 2022-05-25 22:50:03 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-25 22:50:03 +0100 |
commit | 7b0628f037dcbf85cfb381d5e05dea39a2059d33 (patch) | |
tree | 4a534ef861d19cdf5235b504af5be2a5d0becb71 /repo/system/dbus | |
parent | 79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (diff) |
fixed various broken dependencies
Diffstat (limited to 'repo/system/dbus')
-rw-r--r-- | repo/system/dbus/dbus.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/dbus/dbus.xibuild b/repo/system/dbus/dbus.xibuild index 3bbfc31..ba7869b 100644 --- a/repo/system/dbus/dbus.xibuild +++ b/repo/system/dbus/dbus.xibuild @@ -22,8 +22,8 @@ build () { --disable-doxygen-docs \ --disable-xml-docs \ --disable-static \ - --with-systemduserunitdir=no \ - --with-systemdsystemunitdir=no \ + --with-systemduserunitdir=$BUILD_ROOT/no \ + --with-systemdsystemunitdir=$BUILD_ROOT/no \ --docdir=/usr/share/doc/dbus-$PKG_VER \ --with-console-auth-dir=/run/console \ --with-system-pid-file=/run/dbus/pid \ |