[webkit-changes] [WebKit/WebKit] 6dcdac: Cherry-pick 262163 at main (f2566d6ee880). https://bu...

Apteryks noreply at github.com
Mon Mar 27 12:22:19 PDT 2023


  Branch: refs/heads/webkitglib/2.40
  Home:   https://github.com/WebKit/WebKit
  Commit: 6dcdac4b3d5aab00c9ed3b7f5977bad0fbcf98ff
      https://github.com/WebKit/WebKit/commit/6dcdac4b3d5aab00c9ed3b7f5977bad0fbcf98ff
  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:
  -----------
  Cherry-pick 262163 at main (f2566d6ee880). https://bugs.webkit.org/show_bug.cgi?id=254475

    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