dbus: Don't search for Xlibs if useX11 is false.
This particularily fails when using non-chrooted builds. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
6ebe4a6a52
commit
4d8ee7d8cb
@ -57,7 +57,7 @@ let
|
||||
"--sysconfdir=/etc"
|
||||
"--with-session-socket-dir=/tmp"
|
||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||
];
|
||||
] ++ lib.optional (!useX11) "--without-x";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user