summarylogtreecommitdiffstats
path: root/fix-dependencies.patch
diff options
context:
space:
mode:
authorFabian Maurer2022-11-26 18:11:08 +0100
committerFabian Maurer2022-11-26 18:11:08 +0100
commit02c1ca911378e2597f2cdee6336bd0ad9fbd9141 (patch)
treef05252a61d5da5be4437fbe6194607bb271df776 /fix-dependencies.patch
parent48a865e795da81d6108af0d8213ae713c1707540 (diff)
downloadaur-02c1ca911378e2597f2cdee6336bd0ad9fbd9141.tar.gz
Fix dependencies for latest 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 16be01ee7fa6..8c7036c169a9 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 opencolorio.a OpenImageIO_Util python3 blosc dl Imath)
++TARGET_LINK_LIBRARIES(luxmark opensubdiv.a openvdb opencolorio.a OpenImageIO_Util python3 blosc dl Imath fmt)
if (WIN32)
# This is needed by Boost 1.67 but is not found automatically