diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-11-05 11:50:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-11-05 11:50:58 +0000 |
commit | 8922ba69a420944fc5a8d08edd722fe8b148d0cc (patch) | |
tree | 63fa99d48390445cb7e304c22a7b0d2456bf3a30 /packages | |
parent | c49f3573380ea2098ff71d8f064c2b060fca4a3f (diff) |
bluez-utils.inc: remove duplicate --disable-alsa
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}" |