[webkit-changes] [WebKit/WebKit] f2566d: Fallback to elogind when systemd is unavailable at...

Apteryks noreply at github.com
Mon Mar 27 11:17:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f2566d6ee88085254aa9cfbfeb4f334aea422f3e
      https://github.com/WebKit/WebKit/commit/f2566d6ee88085254aa9cfbfeb4f334aea422f3e
  Author: Maxim Cournoyer <maxim.cournoyer at gmail.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M Source/cmake/FindJournald.cmake

  Log Message:
  -----------
  Fallback to elogind when systemd is unavailable at build time
https://bugs.webkit.org/show_bug.cgi?id=254475

Reviewed by Michael Catanzaro.

The build system supports elogind, but it only considers the
'libsystemd' library name for the pkg-config lookup and not
'libelogind'.  This change makes the build system fallback to search
for libelogind when libsystemd was not found.

* Source/cmake/FindJournald.cmake [!PC_SYSTEMD_FOUND]: Search for libelogind.

Canonical link: https://commits.webkit.org/262163@main




More information about the webkit-changes mailing list