Diff between 5b6fa936329ec1e37ef38c6db730c2e009cc889a and ff983074f8970bd60ad003f7f2f270f7aff17d27

Changed Files

File Additions Deletions Status
Makefile.plugins +0 -2 modified
acinclude.m4 +0 -6 modified
bootstrap-configure +0 -1 modified

Full Patch

diff --git a/Makefile.plugins b/Makefile.plugins
index f92a784..c02f0d4 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -11,10 +11,8 @@ builtin_sources += plugins/adaptername.c
 builtin_modules += gatt_example
 builtin_sources += plugins/gatt-example.c
 
-if WIIMOTEPLUGIN
 builtin_modules += wiimote
 builtin_sources += plugins/wiimote.c
-endif
 
 if DBUSOOBPLUGIN
 builtin_modules += dbusoob
diff --git a/acinclude.m4 b/acinclude.m4
index 4f78491..d821fb2 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")
 ])
diff --git a/bootstrap-configure b/bootstrap-configure
index d70fead..23f6c00 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -23,5 +23,4 @@ fi
 		--enable-dbusoob \
 		--enable-neard \
 		--enable-sap \
-		--enable-wiimote \
 		--disable-datafiles $*