aboutsummaryrefslogtreecommitdiff
path: root/ports/dlib/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-03-16 15:11:34 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-03-16 15:11:34 -0700
commit8a3b55f2d70aa1ffd6f79044f282a478352d11ff (patch)
tree0d1e2d30dbb161762f3db71ec8ba6d1aba931403 /ports/dlib/CONTROL
parente812f4bfccb45079c6c4d979c0c4458af3a9c635 (diff)
downloadvcpkg-8a3b55f2d70aa1ffd6f79044f282a478352d11ff.tar.gz
vcpkg-8a3b55f2d70aa1ffd6f79044f282a478352d11ff.zip
[dlib] Add dependencies on system copies of jpeg, sqlite, png, and fftw
Diffstat (limited to 'ports/dlib/CONTROL')
-rw-r--r--ports/dlib/CONTROL3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL
index b5140eb1d..edb4b4e85 100644
--- a/ports/dlib/CONTROL
+++ b/ports/dlib/CONTROL
@@ -1,3 +1,4 @@
Source: dlib
-Version: 19.4
+Version: 19.4-1
+Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3
Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++