From a5644d61dbcb0edd6b7d8b9f3d7597fddd5fc9da Mon Sep 17 00:00:00 2001 From: orbea Date: Wed, 14 Sep 2016 09:43:30 -0700 Subject: [PATCH] Disable dbus by default --- qb/config.params.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index 32d6ef0090..35bee06001 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -11,6 +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_UDEV=auto # Udev/Evdev gamepad support HAVE_LIBRETRO= # Libretro library used HAVE_ASSETS_DIR= # Assets install directory