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.
This commit is contained in:
nguillaumin 2016-09-14 19:06:48 -07:00
parent f28037a68b
commit fe4dbcb3f5

View File

@ -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