]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
alsa-lib: use correct Kconfig symbol for mmu
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 13 Sep 2014 07:41:41 +0000 (09:41 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 13 Sep 2014 07:41:41 +0000 (09:41 +0200)
It is BR2_USE_MMU, not BR2_MMU

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/alsa-lib/Config.in

index adee5cd388ebd64a9d71c88613a6cfb23a057333..a732c0810245cf250778af45c080037810fa3d5c 100644 (file)
@@ -38,7 +38,7 @@ config BR2_PACKAGE_ALSA_LIB_DEVDIR
 config BR2_PACKAGE_ALSA_LIB_PCM_PLUGINS
        string "built PCM plugins"
        default "all" if BR2_USE_MMU
-       default "copy linear route mulaw alaw adpcm rate plug multi file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 softvol extplug ioplug mmap_emul" if !BR2_MMU
+       default "copy linear route mulaw alaw adpcm rate plug multi file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 softvol extplug ioplug mmap_emul" if !BR2_USE_MMU
 
 config BR2_PACKAGE_ALSA_LIB_CTL_PLUGINS
        string "built control plugins"