e12057af0d
Also: - add a patch to fix building on musl - remove configure_args - no longer needed on musl. (both changes by @tornaria)
10 lines
360 B
Diff
10 lines
360 B
Diff
--- a/src/xoj-preview-extractor/CMakeLists.txt 2022-02-13 16:30:45.000000000 -0300
|
|
+++ b/src/xoj-preview-extractor/CMakeLists.txt 2022-02-14 16:03:48.561654740 -0300
|
|
@@ -35,6 +35,7 @@
|
|
${librsvg_LDFLAGS}
|
|
${Glib_LDFLAGS}
|
|
${ZIP_LDFLAGS}
|
|
+ ${Backtrace_LIBRARIES}
|
|
)
|
|
|
|
target_include_directories (xournalpp-thumbnailer PRIVATE ${librsvg_INCLUDE_DIRS})
|