summarylogtreecommitdiffstats
path: root/fix-dependencies.patch
diff options
context:
space:
mode:
authorFabian Maurer2020-08-22 13:15:36 +0200
committerFabian Maurer2020-08-22 13:15:36 +0200
commit5eb2a12ded3e3d6e3f19b5eacca44f8adc4ca980 (patch)
treebdc0e5999c222167a4183d4dae408547783c2065 /fix-dependencies.patch
parent0b4a6ba6e5dadcf0b494f059e639d9812cf3663b (diff)
downloadaur-5eb2a12ded3e3d6e3f19b5eacca44f8adc4ca980.tar.gz
Fix dependencies for updated luxcorerender
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 51dd1b290cf0..7b8e22a25086 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 opensubdiv.a openvdb.a OpenImageIO python3 blosc)
++TARGET_LINK_LIBRARIES(luxmark opensubdiv.a openvdb.a OpenImageIO python3 blosc dl)
if (WIN32)
# This is needed by Boost 1.67 but is not found automatically
TARGET_LINK_LIBRARIES(luxmark bcrypt.lib)