diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-09-11 04:41:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 13:41:46 -0700 |
| commit | e8e660a36c6aabc788d0cb03c5b38b7df6edbb22 (patch) | |
| tree | 4efcd3b6e85e33e451321d39fe3229398aaf86d0 /versions/p- | |
| parent | e0aee0ddcfdab86b4f7d28371f7923fa948599d3 (diff) | |
| download | vcpkg-e8e660a36c6aabc788d0cb03c5b38b7df6edbb22.tar.gz vcpkg-e8e660a36c6aabc788d0cb03c5b38b7df6edbb22.zip | |
[vcpkg baseline][pangolin] Add features, fix dependency pybind11 (#20006)
* [vcpkg baseline][pangolin] Add features, fix dependency pybind11
* Fix dependency name realsense2
* Remove default-feature gles
* Re-generated patch, add MAYBE_UNUSED_VARIABLES, fix build with core
* version
* Fix desc, add more MAYBE_UNUSED_VARIABLES
* version
* more MAYBE_UNUSED_VARIABLES
* version
* Remove some CMAKE_DISABLE_FIND_PACKAGE_*
* version
* Remove more CMAKE_DISABLE_FIND_* since they are disabled
* Remove BUILD_FOR_GLES_2
* version
* Restore BUILD_FOR_GLES_2
* version
* Fix more dependencies
* [libuvc]Fix build type, fix usage
* version
* Re-make patch
* version
* Use libjpeg macros instead of target name to avoid use `find_dependency`
* version
* Fix usage on non-Windows
* version
* commit suggestions
* version
* Apply suggestion
* version
* Re-fix JPEG
* version
* typo
* format
* version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions/p-')
| -rw-r--r-- | versions/p-/pangolin.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/p-/pangolin.json b/versions/p-/pangolin.json index f55cbf05e..2775d5adc 100644 --- a/versions/p-/pangolin.json +++ b/versions/p-/pangolin.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "f6f7eff13d603463a77a637879929275ecff776e", + "version": "0.6", + "port-version": 1 + }, + { "git-tree": "e28a4e1603d5ee1843787223a55dce439b579b94", "version": "0.6", "port-version": 0 |
