diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-08-12 09:35:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 09:35:03 -0700 |
| commit | 9a751370f3bb773568178eef0fbc1994b6aad453 (patch) | |
| tree | 6a0909a7aed2b354597245fade142544ff34afae /ports/pangolin/fix-dependency-python.patch | |
| parent | 0a16cad0072f9cc20045a49754ce5fef20c4b08f (diff) | |
| download | vcpkg-9a751370f3bb773568178eef0fbc1994b6aad453.tar.gz vcpkg-9a751370f3bb773568178eef0fbc1994b6aad453.zip | |
[vcpkg baseline] Fix openimageio and pangolin build failures on Linux (#12856)
* [openimageio] Add dependency libheif
* [pangolin] Fix link to linux system lib libutil
* [libheif] Install extra headers for other ports(oiio)
Diffstat (limited to 'ports/pangolin/fix-dependency-python.patch')
| -rw-r--r-- | ports/pangolin/fix-dependency-python.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pangolin/fix-dependency-python.patch b/ports/pangolin/fix-dependency-python.patch index 82b1ea83e..67eae1288 100644 --- a/ports/pangolin/fix-dependency-python.patch +++ b/ports/pangolin/fix-dependency-python.patch @@ -1,5 +1,5 @@ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 7f364a7..b6567a2 100644 +index 7f364a7..9e0baac 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -213,6 +213,9 @@ endif() @@ -7,7 +7,7 @@ index 7f364a7..b6567a2 100644 if(BUILD_PANGOLIN_GUI AND BUILD_PANGOLIN_VARS AND PYTHONLIBS_FOUND AND NOT _WIN_) set(HAVE_PYTHON 1) + if (UNIX) -+ set(PYTHON_LIBRARY ${PYTHON_LIBRARY} dl) ++ set(PYTHON_LIBRARY ${PYTHON_LIBRARY} dl util) + endif() list(APPEND HEADERS ${INCDIR}/console/ConsoleInterpreter.h |
