diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-03-16 15:11:34 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-03-16 15:11:34 -0700 |
| commit | 8a3b55f2d70aa1ffd6f79044f282a478352d11ff (patch) | |
| tree | 0d1e2d30dbb161762f3db71ec8ba6d1aba931403 /ports/dlib/CONTROL | |
| parent | e812f4bfccb45079c6c4d979c0c4458af3a9c635 (diff) | |
| download | vcpkg-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/CONTROL | 3 |
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++ |
