From 0b17db0743b5ef9d34dedfca2712dd6b5fdd2e30 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 26 Sep 2013 11:23:36 +0200 Subject: [PATCH] Add udev to ./configure --- qb/config.params.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index c71ea1ba00..e45321b40c 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -1,6 +1,7 @@ HAVE_RGUI=yes # Disable RGUI HAVE_DYNAMIC=yes # Disable dynamic loading of libretro library HAVE_SDL=auto # SDL support +HAVE_UDEV=auto # Udev/Evdev gamepad support HAVE_LIBRETRO= # libretro library used HAVE_MAN_DIR= # Manpage install directory HAVE_THREADS=auto # Threading support