From fdc5ace164481ee06b20f83d04d59675d81311a2 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 3 Jul 2012 15:42:53 -0300 Subject: hog: Register HID over GATT device driver --- acinclude.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index b78c0770d..3a2a50ac0 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -366,4 +366,5 @@ AC_DEFUN([AC_ARG_BLUEZ], [ AM_CONDITIONAL(DBUSOOBPLUGIN, test "${dbusoob_enable}" = "yes") AM_CONDITIONAL(WIIMOTEPLUGIN, test "${wiimote_enable}" = "yes") AM_CONDITIONAL(GATTMODULES, test "${gatt_enable}" = "yes") + AM_CONDITIONAL(HOGPLUGIN, test "${gatt_enable}" = "yes" && test "${input_enable}" = "yes") ]) -- cgit v1.2.1