3
0
Fork 0
forked from mirrors/nixpkgs

Revert "wpa_supplicant: fix withDbus=false build"

This reverts commit e357ea6b01.
This commit is contained in:
lassulus 2022-04-21 00:22:47 +02:00
parent a50861d1d6
commit 7e69870247

View file

@ -72,16 +72,6 @@ stdenv.mkDerivation rec {
CONFIG_CTRL_IFACE_DBUS=y
CONFIG_CTRL_IFACE_DBUS_NEW=y
CONFIG_CTRL_IFACE_DBUS_INTRO=y
''
# Upstream uses conditionals based on ifdef, so opposite of =y is
# not =n, as one may expect, but undefine. People, why don't you
# just use KBuild and stop reinventing the wheel?
#
# This config is sourced into makefile.
+ optionalString (!withDbus) ''
undefine CONFIG_CTRL_IFACE_DBUS
undefine CONFIG_CTRL_IFACE_DBUS_NEW
undefine CONFIG_CTRL_IFACE_DBUS_INTRO
'' + (if withReadline then ''
CONFIG_READLINE=y
'' else ''