add libbluray,libjxl

This commit is contained in:
2026-03-24 11:56:16 -05:00
parent 852d7e3795
commit 89c7704a0e
4 changed files with 111 additions and 31 deletions
@@ -0,0 +1,12 @@
diff --git a/lib/threads/libjxl_threads.pc.in b/lib/threads/libjxl_threads.pc.in
index dfbaa3f..2c7bfe8 100644
--- a/lib/threads/libjxl_threads.pc.in
+++ b/lib/threads/libjxl_threads.pc.in
@@ -8,6 +8,6 @@ Description: JPEG XL multi-thread runner using std::threads.
Version: @JPEGXL_LIBRARY_VERSION@
@JPEGXL_REQUIRES_TYPE@: @JPEGXL_THREADS_LIBRARY_REQUIRES@
Libs: -L${libdir} -ljxl_threads
-Libs.private: -lm
+Libs.private: -lm @PKGCONFIG_CXX_LIB@
Cflags: -I${includedir}
Cflags.private: -DJXL_THREADS_STATIC_DEFINE
@@ -0,0 +1,11 @@
diff --git a/libssh.pc.cmake b/libssh.pc.cmake
index f288b94..438ca38 100644
--- a/libssh.pc.cmake
+++ b/libssh.pc.cmake
@@ -6,5 +6,5 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: @PROJECT_NAME@
Description: The SSH Library
Version: @PROJECT_VERSION@
-Libs: -L${libdir} -lssh
+Libs: -L${libdir} -lssh -lcrypto -lz
Cflags: -I${includedir}