diff lib/boost/boost.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 7791d3dbfecf
line wrap: on
line diff
--- a/lib/boost/boost.sh	Mon Sep 09 21:05:00 2019 +0200
+++ b/lib/boost/boost.sh	Mon Sep 09 21:10:00 2019 +0200
@@ -22,7 +22,7 @@
 PKGLICENSE="peer-reviewed C++ libraries"
 PKGSUMMARY="short summary"
 PKGDOWNLOAD="https://dl.bintray.com/boostorg/release/$PKGVERSION/source/${PKGNAME}_$_VERSION.tar.gz"
-PKGDEPENDS=""
+PKGDEPENDS="bzip2 xz zlib zstd "
 PKGOPTIONS="ICU PYTHON"
 
 : ${CXX:=clang++}