diff options
author | gimli <ebsi4711@gmail.com> | 2012-09-04 21:00:45 +0200 |
---|---|---|
committer | gimli <ebsi4711@gmail.com> | 2012-09-04 21:00:45 +0200 |
commit | 63fb0c58d62286a6a19ce00aaf8ff62486466d58 (patch) | |
tree | ac0a293514badfe6f58bf16d20d9111a04a8f69d /configure.in | |
parent | a5f10222c0bef220616bfa7cbbcb41417d1c48d5 (diff) |
[rbp] changed dissable alsa as well in configure.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d049c514af..654c38c33c 100644 --- a/configure.in +++ b/configure.in @@ -665,7 +665,7 @@ case $use_platform in use_armv6="yes" use_armvfp="yes" use_hardcoded_tables="yes" - use_alsa="yes" + use_alsa="no" USE_TEXTUREPACKER_NATIVE_ROOT="$TEXTUREPACKER_NATIVE_ROOT" ARCH="arm" AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -D_ARMEL -DTARGET_RASPBERRY_PI") |