summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2012-07-03 15:42:53 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-09 09:57:42 -0300
commitfdc5ace164481ee06b20f83d04d59675d81311a2 (patch)
tree4f38c284b5e4e32fe09953d9971f1295973b33ae /acinclude.m4
parenteddab0c4259a79314a5f8671b8d52198719d0b85 (diff)
downloadbluez-fdc5ace164481ee06b20f83d04d59675d81311a2.tar.gz
hog: Register HID over GATT device driver
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
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")
])