From e407e9ac6d8bfde31f95ed5d7e7bcecf0cfe48ed Mon Sep 17 00:00:00 2001 From: Chen Ganir Date: Mon, 19 Mar 2012 16:57:51 +0200 Subject: GATT: Remove individual config switches Remove individual GATT plugin configuration switches and add a new master gatt switch called --enable-gatt to enable/disable all GATT related plugins at once. --- bootstrap-configure | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bootstrap-configure') diff --git a/bootstrap-configure b/bootstrap-configure index c38045b10..e5f9daa97 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -17,10 +17,6 @@ fi --localstatedir=/var \ --libexecdir=/lib \ --enable-capng \ - --enable-gatt-example \ - --enable-proximity \ - --enable-time \ - --enable-alert \ --enable-health \ --enable-tools \ --enable-bccmd \ @@ -35,7 +31,7 @@ fi --enable-maemo6 \ --enable-pnat \ --enable-sap \ - --enable-thermometer \ --enable-wiimote \ --disable-pcmcia \ + --enable-gatt \ --disable-datafiles $* -- cgit v1.2.1