diff options
| author | Yann Lanthony <yann.lanthony@gmail.com> | 2018-07-04 06:26:54 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-03 21:26:54 -0700 |
| commit | 093e4d2f8ebfbf6bba16335e3021b992d247093d (patch) | |
| tree | 08f90bf4ec8f726706c156b61b0ad331c726ce79 /ports/geogram/CONTROL | |
| parent | fcee4c8ba1312413540b108f2806a957d18ae3cd (diff) | |
| download | vcpkg-093e4d2f8ebfbf6bba16335e3021b992d247093d.tar.gz vcpkg-093e4d2f8ebfbf6bba16335e3021b992d247093d.zip | |
[geogram] update to 1.6.4 + 'graphics' as Feature (#3622)
* bump version to 1.6.4
* add 'graphics' Feature - remove glfw3 from core dependencies
* simplify patch that failed since 1.6.4
Diffstat (limited to 'ports/geogram/CONTROL')
| -rw-r--r-- | ports/geogram/CONTROL | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/geogram/CONTROL b/ports/geogram/CONTROL index 81df11d9c..687174914 100644 --- a/ports/geogram/CONTROL +++ b/ports/geogram/CONTROL @@ -1,4 +1,8 @@ Source: geogram -Version: 1.6.0-1 +Version: 1.6.4 Description: Geogram is a programming library of geometric algorithms. -Build-Depends: glfw3, openblas, clapack +Build-Depends: openblas, clapack + +Feature: graphics +Description: Build viewers and geogram_gfx library. +Build-Depends: glfw3 |
