From: Jörg Krause Date: Fri, 11 Dec 2015 13:57:58 +0000 (+0100) Subject: package/boost: fix space tabs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e098cbe6e602b73af70a825c20c13f07f6c58db;p=buildroot.git package/boost: fix space tabs Signed-off-by: Jörg Krause Reviewed-by: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- diff --git a/package/boost/Config.in b/package/boost/Config.in index cffaf6e0e9..97d080243a 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -75,8 +75,8 @@ config BR2_PACKAGE_BOOST_CONTEXT || BR2_powerpc || BR2_x86_64) config BR2_PACKAGE_BOOST_COROUTINE - bool "boost-coroutine" - depends on BR2_PACKAGE_BOOST_CONTEXT + bool "boost-coroutine" + depends on BR2_PACKAGE_BOOST_CONTEXT config BR2_PACKAGE_BOOST_DATE_TIME bool "boost-date_time"