diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-01 18:00:52 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-08-01 18:00:52 -0700 |
| commit | 88a5b96ea442bb87ff8c6a43d5fbd94dfc984cb9 (patch) | |
| tree | 63ea34f66c51b606d936d068ed81e2641125cbda /ports/g2o/CONTROL | |
| parent | 82bebc44bb8e7ab0a1d41236e40ceeb5d1e5eb88 (diff) | |
| download | vcpkg-88a5b96ea442bb87ff8c6a43d5fbd94dfc984cb9.tar.gz vcpkg-88a5b96ea442bb87ff8c6a43d5fbd94dfc984cb9.zip | |
[g2o] Remove unneeded dependency on qt5 (only used in examples and apps, which aren't built)
Diffstat (limited to 'ports/g2o/CONTROL')
| -rw-r--r-- | ports/g2o/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/g2o/CONTROL b/ports/g2o/CONTROL index c91bc321d..00ec4d963 100644 --- a/ports/g2o/CONTROL +++ b/ports/g2o/CONTROL @@ -1,4 +1,4 @@ Source: g2o -Version: 20170730_git -Build-Depends:suitesparse, eigen3, clapack, ceres, qt5 +Version: 20170730_git-1 +Build-Depends: suitesparse, eigen3, clapack, ceres Description: g2o: A General Framework for Graph Optimization http://openslam.org/g2o.html |
