diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-11-20 18:29:45 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-22 12:14:33 +0100 |
| commit | 2b468f1bd94d824ee32d4351d548955ae1e05435 (patch) | |
| tree | 7f11a39eab56bb9f1b1f0336f6f239dc51e2a793 /package/bluez_utils | |
| parent | 768f261be03c29829b653467bc3c1587b0e751dc (diff) | |
| download | buildroot-2b468f1bd94d824ee32d4351d548955ae1e05435.tar.gz buildroot-2b468f1bd94d824ee32d4351d548955ae1e05435.zip | |
libglib2: needs MMU support
Fixes http://autobuild.buildroot.net/results/2e0/2e032c6e44e10f2912935715741c3680a19b9b51/
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bluez_utils')
| -rw-r--r-- | package/bluez_utils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bluez_utils/Config.in b/package/bluez_utils/Config.in index b6f65b4258..e08e9be2db 100644 --- a/package/bluez_utils/Config.in +++ b/package/bluez_utils/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_BLUEZ_UTILS depends on !BR2_avr32 depends on BR2_USE_WCHAR # libglib2 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2 - depends on BR2_USE_MMU # dbus + depends on BR2_USE_MMU # dbus, libglib2 select BR2_PACKAGE_DBUS select BR2_PACKAGE_LIBGLIB2 help |

