From fe4dbcb3f52786525bd77e885126ddbf139a6d40 Mon Sep 17 00:00:00 2001 From: nguillaumin Date: Wed, 14 Sep 2016 19:06:48 -0700 Subject: [PATCH] Fixes #2026: Make DBus dependency 'auto' to enable it by default Rationale copied from #2026: This DBus issue solves a real problem for users, and while I understand some people may not want the DBus dependency (but in that case, why have the lib on your system at all?) and agree it should be disablable, I think it should be enabled by default. One could argue other people doesn't want `xdg-screensaver` for various reasons, but that doesn't mean it should be disabled by default. I don't think we can really say one method is better over the other, there are arguments for and against both, so I believe doing both by default is a reasonable compromise. --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 35bee06001..b510dec607 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -11,7 +11,7 @@ HAVE_SDL2=auto # SDL2 support (disables SDL 1.x) C89_SDL2=no HAVE_LIBUSB=auto # Libusb HID support C89_LIBUSB=no -HAVE_DBUS=no # dbus support +HAVE_DBUS=auto # dbus support HAVE_UDEV=auto # Udev/Evdev gamepad support HAVE_LIBRETRO= # Libretro library used HAVE_ASSETS_DIR= # Assets install directory