diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bluez/bluez-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bluez/bluez-utils.inc b/packages/bluez/bluez-utils.inc index 4aafff51d2..ff3916ea94 100644 --- a/packages/bluez/bluez-utils.inc +++ b/packages/bluez/bluez-utils.inc @@ -25,7 +25,7 @@ S = "${WORKDIR}/bluez-utils-${PV}" # Ideally acinclude.m4 needs fixing EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} \ --enable-pcmcia --enable-initscripts --enable-bcm203x --enable-hid2hci \ - --disable-obex --disable-alsa --disable-alsa \ + --disable-obex --disable-alsa \ --with-openobex=${STAGING_DIR}/${HOST_SYS} --with-fuse=${STAGING_DIR}/${HOST_SYS} \ --with-alsa=${STAGING_DIR}/${HOST_SYS} --with-usb=${STAGING_DIR}/${HOST_SYS} \ --with-bluez=${STAGING_LIBDIR}/${HOST_SYS}" |