From f4791a9f637590be855f946c25b99ad0d127da1e Mon Sep 17 00:00:00 2001 From: Alcaro Date: Thu, 15 Sep 2016 10:32:27 +0200 Subject: [PATCH] (#2026 #3547 #3588) Configurable is good. Off by default is not good, if it's on your system already then using it does no harm. --- 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