Fix Require in libwebsockets.pc 88/312088/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20240604.163246 accepted/tizen/8.0/unified/20240730.132314
authorcheoleun moon <chleun.moon@samsung.com>
Thu, 30 Nov 2023 01:40:10 +0000 (10:40 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 4 Jun 2024 07:09:46 +0000 (16:09 +0900)
Change-Id: Ie0835431ecf0311518db77b40e6a3ac312daaba1
Signed-off-by: cheoleun moon <chleun.moon@samsung.com>
lib/CMakeLists.txt

index 6555503147af32b9babafc0e56a44796d5d5929b..a6dcab19386a822dedf6b2be32e70facc25cbd88 100644 (file)
@@ -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: