Skip to content

Commit

Permalink
fix ogg linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Mar 7, 2019
1 parent 09a4f87 commit 68a7349
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ports/vtk/fix_ogg_linkage.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/IO/Movie/module.cmake b/IO/Movie/module.cmake
index 4275171..88204ad 100644
--- a/IO/Movie/module.cmake
+++ b/IO/Movie/module.cmake
@@ -14,6 +14,7 @@ vtk_module(vtkIOMovie
vtkIO
DEPENDS
${vtkIOMovie_vtkoggtheora}
+ vtkogg
vtkCommonExecutionModel
PRIVATE_DEPENDS
vtkCommonCore
1 change: 1 addition & 0 deletions ports/vtk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ vcpkg_from_github(
#disable-workaround-findhdf5.patch

fix-find-lz4.patch
fix_ogg_linkage.patch
)

# Remove the FindGLEW.cmake and FindPythonLibs.cmake that are distributed with VTK,
Expand Down

0 comments on commit 68a7349

Please sign in to comment.