diff options
Diffstat (limited to 'ports/pangolin')
| -rw-r--r-- | ports/pangolin/CONTROL | 2 | ||||
| -rw-r--r-- | ports/pangolin/fix-dependency-python.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/pangolin/CONTROL b/ports/pangolin/CONTROL index a8c3a60e8..8fb88660e 100644 --- a/ports/pangolin/CONTROL +++ b/ports/pangolin/CONTROL @@ -1,6 +1,6 @@ Source: pangolin
Version: 0.5
-Port-Version: 8
+Port-Version: 9
Build-Depends: eigen3, glew, libpng, libjpeg-turbo, ffmpeg
Homepage: https://github.com/stevenlovegrove/Pangolin
Description: Lightweight GUI Library
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 |
