Changeset b125bbf


Ignore:
Timestamp:
03/24/2023 07:48:28 AM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
4a00a6d
Parents:
30b01dbd
git-author:
Xi Ruoyao <xry111@…> (03/22/2023 05:00:16 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/24/2023 07:48:28 AM)
Message:

colord: Make systemd dependency runtime, and add elogind dependency

It uses logind API in libsystemd.so/libelogind.so. Not sure if it's
strong enough to be "recommended", we may demote it later.

Q: Why systemd dependency is runtime, but elogind not?
A: LFS systemd provides libsystemd.so, which contains the logind APIs.
But these APIs will fail at runtime because systemd-logind is missing in
LFS, so we need a runtime dependency. LFS sysv does not provide
libsystemd.so, and libsystemd.so is a symlink to libelogind.so which is
a part of elogind, so it's a build time dependency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    r30b01dbd rb125bbf  
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
     85      <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
    8586      <xref linkend="gobject-introspection"/>,
    8687      <xref linkend="libgudev"/>,
    8788      <xref linkend="libgusb"/>,
    88       <phrase revision="sysv">and</phrase>
    89       <phrase revision="systemd"><xref linkend="systemd"/>, and</phrase>
    90       <xref linkend="vala"/>
     89      <phrase revision="systemd" role="runtime"><xref linkend="systemd"/>
     90      (runtime),</phrase>
     91      and <xref linkend="vala"/>
    9192    </para>
    9293
Note: See TracChangeset for help on using the changeset viewer.