diff options
Diffstat (limited to 'Library/Formula/openimageio.rb')
| -rw-r--r-- | Library/Formula/openimageio.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/openimageio.rb b/Library/Formula/openimageio.rb index 7278afd10..3164ec0c8 100644 --- a/Library/Formula/openimageio.rb +++ b/Library/Formula/openimageio.rb @@ -17,10 +17,8 @@ class Openimageio <Formula depends_on 'jpeg' => :optional depends_on 'jasper' => :optional - # Qt linking not currently working. - # # build iv - # depends_on 'qt' => :optional - # depends_on 'glew' => :optional + # Qt linking, to build iv, is not currently working. + # Would need qt and glew as deps for this. depends_on 'tbb' => :optional |
