From: cheoleun moon Date: Thu, 30 Nov 2023 01:40:10 +0000 (+0900) Subject: Fix Require in libwebsockets.pc X-Git-Tag: accepted/tizen/unified/20240605.153153^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fupstream%2Flibwebsockets.git Fix Require in libwebsockets.pc Change-Id: Ie0835431ecf0311518db77b40e6a3ac312daaba1 Signed-off-by: cheoleun moon --- diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 65555031..a6dcab19 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -317,7 +317,7 @@ includedir=\${prefix}/include Name: libwebsockets Description: Websockets server and client library Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} -Requires: openssl1.1 +Requires: openssl3 Libs: -L\${libdir} -lwebsockets Cflags: -I\${includedir} @@ -340,7 +340,7 @@ includedir=\${prefix}/include Name: libwebsockets_static Description: Websockets server and client static library Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} -Requires: openssl1.1 +Requires: openssl3 Libs: -L\${libdir} -l:libwebsockets${CMAKE_STATIC_LIBRARY_SUFFIX} Libs.private: