diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-12-10 20:22:17 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-12-10 21:32:51 +0100 |
commit | ff983074f8970bd60ad003f7f2f270f7aff17d27 (patch) | |
tree | 1b870d73bb30ef5f9f162ba17b928bf3a39e29a4 /acinclude.m4 | |
parent | 5b6fa936329ec1e37ef38c6db730c2e009cc889a (diff) | |
download | bluez-ff983074f8970bd60ad003f7f2f270f7aff17d27.tar.gz |
build: Always build the Wiimote plugin
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 4f78491d7..d821fb203 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -157,7 +157,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ datafiles_enable=yes sap_driver=dummy dbusoob_enable=no - wiimote_enable=no neard_enable=no AC_ARG_ENABLE(optimization, AC_HELP_STRING([--disable-optimization], [disable code optimization]), [ @@ -233,10 +232,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ dbusoob_enable=${enableval} ]) - AC_ARG_ENABLE(wiimote, AC_HELP_STRING([--enable-wiimote], [compile with Wii Remote plugin]), [ - wiimote_enable=${enableval} - ]) - AC_ARG_ENABLE(neard, AC_HELP_STRING([--enable-neard], [compile with neard plugin]), [ neard_enable=${enableval} ]) @@ -283,6 +278,5 @@ AC_DEFUN([AC_ARG_BLUEZ], [ AM_CONDITIONAL(HID2HCI, test "${hid2hci_enable}" = "yes" && test "${usb_found}" = "yes" && test "${udev_found}" = "yes") AM_CONDITIONAL(DATAFILES, test "${datafiles_enable}" = "yes") AM_CONDITIONAL(DBUSOOBPLUGIN, test "${dbusoob_enable}" = "yes") - AM_CONDITIONAL(WIIMOTEPLUGIN, test "${wiimote_enable}" = "yes") AM_CONDITIONAL(NEARDPLUGIN, test "${neard_enable}" = "yes") ]) |