From: Peter Korsgaard Date: Tue, 22 Apr 2014 21:33:11 +0000 (+0200) Subject: libfslcodec: add comment explaining why it needs glibc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4f022830deb2475aaf87ec48f43a59037d1411b;p=buildroot.git libfslcodec: add comment explaining why it needs glibc Signed-off-by: Peter Korsgaard --- diff --git a/package/libfslcodec/Config.in b/package/libfslcodec/Config.in index be79352dbb..d2007fe1ea 100644 --- a/package/libfslcodec/Config.in +++ b/package/libfslcodec/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_LIBFSLCODEC bool "libfslcodec" depends on BR2_arm # Only relevant for i.MX - depends on BR2_TOOLCHAIN_USES_GLIBC + depends on BR2_TOOLCHAIN_USES_GLIBC # prebuilt binaries help Binary codec libraries for the Freescale i.MX SoCs.