summarylogtreecommitdiffstats
path: root/fix-dependencies.patch
diff options
context:
space:
mode:
authorFabian Maurer2022-04-08 17:19:32 +0200
committerFabian Maurer2022-04-08 17:19:32 +0200
commit48a865e795da81d6108af0d8213ae713c1707540 (patch)
tree395669245a826b46d72d5e1e8211e16799248eaf /fix-dependencies.patch
parente892cf2d8d49d5359424cb7c614762db72fa3898 (diff)
downloadaur-48a865e795da81d6108af0d8213ae713c1707540.tar.gz
Fix dependencies again
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 5e142d4f3011..16be01ee7fa6 100644
--- a/fix-dependencies.patch
+++ b/fix-dependencies.patch
@@ -6,7 +6,7 @@ index 4de71e3..d7a0e98 100644
ADD_EXECUTABLE(luxmark WIN32 ${LUXMARK_SRCS})
TARGET_LINK_LIBRARIES(luxmark ${ALL_LUXCORE_LIBRARIES} ${Boost_LIBRARIES} ${Qt5_LIBRARIES} ${OPENGL_gl_LIBRARY} ${CMAKE_DL_LIBS})
-+TARGET_LINK_LIBRARIES(luxmark opensubdiv.a openvdb.a OpenImageIO python3 blosc dl Imath)
++TARGET_LINK_LIBRARIES(luxmark opensubdiv.a openvdb opencolorio.a OpenImageIO_Util python3 blosc dl Imath)
if (WIN32)
# This is needed by Boost 1.67 but is not found automatically