[cras] Update configure option (#1060)

The configure options was changed to lower case. Fix the build script to
match the new option.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
This commit is contained in:
Dylan Reid 2018-01-09 11:33:42 -08:00 committed by Abhishek Arya
parent 2b97219454
commit a9f74650ff
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
cd ${SRC}/adhd/cras
./git_prepare.sh
./configure --disable-DBUS
./configure --disable-dbus
make -j$(nproc)
$CXX $CXXFLAGS $FUZZER_LDFLAGS \