diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2012-07-03 15:42:53 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-07-09 09:57:42 -0300 |
commit | fdc5ace164481ee06b20f83d04d59675d81311a2 (patch) | |
tree | 4f38c284b5e4e32fe09953d9971f1295973b33ae /acinclude.m4 | |
parent | eddab0c4259a79314a5f8671b8d52198719d0b85 (diff) | |
download | bluez-fdc5ace164481ee06b20f83d04d59675d81311a2.tar.gz |
hog: Register HID over GATT device driver
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 1 |
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") ]) |