From 016b58c58fa45b23b89c2bfdc3c2c28f8eec611b Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 7 Feb 2025 11:56:06 +0100 Subject: [PATCH] Add systemd to the PkgConfig file if it's needed by the lib --- lib/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index dcbd4053f..c39afc473 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -307,6 +307,13 @@ if (LWS_HAVE_LIBCAP) set(lws_requires "libcap") endif() endif() +if (LWS_HAVE_SYSTEMD_H) + if (NOT lws_requires STREQUAL "") + set(lws_requires "${lws_requires},libsystemd") + else() + set(lws_requires "libsystemd") + endif() +endif() # Generate and install pkgconfig.