diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-09-17 09:31:20 -0700 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-17 09:31:20 -0700 |
| commit | baed10c1a4f89435205ef613b12d397f036f393f (patch) | |
| tree | 87ef33ac861487c8e1206152fd35c94684329c5b /ports/openimageio/CONTROL | |
| parent | 731628c913f9012780912d797d8a429f557bfea4 (diff) | |
| download | vcpkg-baed10c1a4f89435205ef613b12d397f036f393f.tar.gz vcpkg-baed10c1a4f89435205ef613b12d397f036f393f.zip | |
[openimageio] Add opencolorio as feature (#8210)
Diffstat (limited to 'ports/openimageio/CONTROL')
| -rw-r--r-- | ports/openimageio/CONTROL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/openimageio/CONTROL b/ports/openimageio/CONTROL index 30d1fae48..4ef37065a 100644 --- a/ports/openimageio/CONTROL +++ b/ports/openimageio/CONTROL @@ -1,5 +1,5 @@ Source: openimageio -Version: 2019-08-08-2 +Version: 2019-08-08-3 Homepage: https://github.com/OpenImageIO/oiio Description: A library for reading and writing images, and a bunch of related classes, utilities, and application Build-Depends: libjpeg-turbo, tiff, libpng, openexr, boost-thread, boost-smart-ptr, boost-foreach, boost-regex, boost-type-traits, boost-static-assert, boost-unordered, boost-config, boost-algorithm, boost-filesystem, boost-system, boost-thread, boost-asio, boost-random, robin-map, boost-stacktrace @@ -7,3 +7,7 @@ Build-Depends: libjpeg-turbo, tiff, libpng, openexr, boost-thread, boost-smart-p Feature: libraw Build-Depends: libraw Description: Enable RAW image files support + +Feature: opencolorio +Build-Depends: opencolorio +Description: Enable opencolorio support for openimageio
\ No newline at end of file |
