summarylogtreecommitdiffstats
path: root/fix-dependencies.patch
diff options
context:
space:
mode:
authorFabian Maurer2020-08-21 18:44:21 +0200
committerFabian Maurer2020-08-21 18:44:21 +0200
commit0b4a6ba6e5dadcf0b494f059e639d9812cf3663b (patch)
tree41d8bcb39abfe0421fc7d844eb5313ae39072fe1 /fix-dependencies.patch
parent9ccbfbf64968b29f5964c7e4e9abd4735b3547b0 (diff)
downloadaur-0b4a6ba6e5dadcf0b494f059e639d9812cf3663b.tar.gz
Fix dependencies
Diffstat (limited to 'fix-dependencies.patch')
-rw-r--r--fix-dependencies.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-dependencies.patch b/fix-dependencies.patch
index 1a4e0767496a..51dd1b290cf0 100644
--- a/fix-dependencies.patch
+++ b/fix-dependencies.patch
@@ -6,7 +6,7 @@ index 23b2230..c9b1bed 100644
ADD_EXECUTABLE(luxmark WIN32 ${LUXMARK_SRCS})
TARGET_LINK_LIBRARIES(luxmark ${ALL_LUXCORE_LIBRARIES} ${Boost_LIBRARIES} ${Qt5_LIBRARIES} ${OPENGL_gl_LIBRARY} ${OPENCL_LIBRARIES})
-+TARGET_LINK_LIBRARIES(luxmark openvdb.a OpenImageIO python3)
++TARGET_LINK_LIBRARIES(luxmark opensubdiv.a openvdb.a OpenImageIO python3 blosc)
if (WIN32)
# This is needed by Boost 1.67 but is not found automatically
TARGET_LINK_LIBRARIES(luxmark bcrypt.lib)