From: Peter Korsgaard Date: Sun, 6 Jan 2019 20:25:06 +0000 (+0100) Subject: exempi: fix comment entry quote X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=688ffc7ae1cae4f90f837256668458003394485f;p=buildroot.git exempi: fix comment entry quote Fixes the following warning: package/exempi/Config.in:14:warning: multi-line strings not supported Signed-off-by: Peter Korsgaard --- diff --git a/package/exempi/Config.in b/package/exempi/Config.in index 0fa4b473bc..ed71e0fb12 100644 --- a/package/exempi/Config.in +++ b/package/exempi/Config.in @@ -11,5 +11,5 @@ config BR2_PACKAGE_EXEMPI http://libopenraw.freedesktop.org/wiki/Exempi -comment "exempi needs a toolchain w/ C++, dynamic library, threads +comment "exempi needs a toolchain w/ C++, dynamic library, threads" depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS