aboutsummaryrefslogtreecommitdiff
path: root/ports/boost/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-17 14:42:05 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-10-17 14:42:05 -0700
commitae3fe7cd16c82b794d5074104cf078afc1a12c7d (patch)
tree99abaee5986d5d0859bb0655ad9bfc24c07a7a89 /ports/boost/CONTROL
parentee2831c548b54cdccf064663b3fffda5d6a4c6b8 (diff)
downloadvcpkg-ae3fe7cd16c82b794d5074104cf078afc1a12c7d.tar.gz
vcpkg-ae3fe7cd16c82b794d5074104cf078afc1a12c7d.zip
[boost] Add feature packages for regex-icu, locale-icu, and python
Diffstat (limited to 'ports/boost/CONTROL')
-rw-r--r--ports/boost/CONTROL20
1 files changed, 14 insertions, 6 deletions
diff --git a/ports/boost/CONTROL b/ports/boost/CONTROL
index 7001c968a..a5da89a5a 100644
--- a/ports/boost/CONTROL
+++ b/ports/boost/CONTROL
@@ -1,8 +1,16 @@
Source: boost
-<<<<<<< HEAD
-Version: 1.65-2
-=======
-Version: 1.65.1
->>>>>>> master
+Version: 1.65.1-1
Description: Peer-reviewed portable C++ source libraries
-Build-Depends: zlib, bzip2, icu [windows], python3 [windows]
+Build-Depends: zlib, bzip2
+
+Feature: locale-icu
+Description: ICU backend for Boost.Locale
+Build-Depends: icu
+
+Feature: regex-icu
+Description: ICU support for Boost.Regex
+Build-Depends: icu
+
+Feature: python
+Description: a C++ library which enables seamless interoperability between C++ and the Python programming language.
+Build-Depends: python3