From: Peter Korsgaard Date: Fri, 25 Mar 2016 21:48:16 +0000 (+0100) Subject: pulseview: needs boost atomic/date_time as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0864b0c416c35625d8d7c2ab3cf6040aa174b8d;p=buildroot.git pulseview: needs boost atomic/date_time as well Fixes: http://autobuild.buildroot.net/results/15e/15ebb8bc2b50080c37c635462a5faf63f038f014/ http://autobuild.buildroot.net/results/2ac/2ac1c2fb79a46605be829ddfd44db671ba229f26/ From the cmake log: Could not find the following Boost libraries: boost_date_time boost_atomic Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Signed-off-by: Peter Korsgaard --- diff --git a/package/pulseview/Config.in b/package/pulseview/Config.in index bbbfd7672e..bc14ea0002 100644 --- a/package/pulseview/Config.in +++ b/package/pulseview/Config.in @@ -7,6 +7,8 @@ config BR2_PACKAGE_PULSEVIEW select BR2_PACKAGE_QT5BASE_PNG select BR2_PACKAGE_QT5SVG select BR2_PACKAGE_BOOST + select BR2_PACKAGE_BOOST_ATOMIC + select BR2_PACKAGE_BOOST_DATE_TIME select BR2_PACKAGE_BOOST_FILESYSTEM select BR2_PACKAGE_BOOST_SYSTEM select BR2_PACKAGE_BOOST_THREAD