[Webkit-unassigned] [Bug 254475] build system does not gracefully fallback to libelogind

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 25 19:53:04 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254475

--- Comment #1 from apteryx <maxim.cournoyer at gmail.com> ---
I meant:

pkg_check_modules(PC_SYSTEMD QUIET libsystemd)
if (NOT PC_SYSTEMD_FOUND)
    pkg_check_modules(PC_SYSTEMD QUIET libelogind)
endif()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230326/a3844ed0/attachment-0001.htm>


More information about the webkit-unassigned mailing list