Changeset 70d6ea4


Ignore:
Timestamp:
03/20/2023 01:12:09 PM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
e65bf5e
Parents:
4e992e5
git-author:
Pierre Labastie <pierre.labastie@…> (03/20/2023 01:06:57 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (03/20/2023 01:12:09 PM)
Message:

Sysv: fix deps between dbus, X libs, and elogind

also remove a useless switch on dbus configure for sysv

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r4e992e5 r70d6ea4  
    9797    <para role="recommended">
    9898      <xref linkend="xorg7-lib"/> (for <command>dbus-launch</command> program)
     99      <!-- elogind cannot be used by dbus: dbus only uses the systemd service,
     100      not the logind one
    99101      <phrase revision="sysv">and <xref linkend="elogind"/> (These are
    100102      circular dependencies. First build without them, and then again after
    101       both packages are installed.)</phrase>
     103      both packages are installed.)</phrase>-->
    102104    </para>
    103105
     
    143145    </para>
    144146
     147    <!-- Only usefull for systemd: it installs the services files in the
     148    systemd/user
     149    - -enable-user-session                \ -->
    145150<screen revision="sysv"><userinput>./configure --prefix=/usr                        \
    146151            --sysconfdir=/etc                    \
    147152            --localstatedir=/var                 \
    148153            --runstatedir=/run                   \
    149             --enable-user-session                \
    150154            --disable-doxygen-docs               \
    151155            --disable-xml-docs                   \
  • x/installing/x7lib.xml

    r4e992e5 r70d6ea4  
    164164      <xref linkend="libxcb"/>
    165165    </para>
    166 
     166    <!-- not needed for libraries, only used by xorg-server later
    167167    <bridgehead renderas="sect4" revision="sysv">Recommended</bridgehead>
    168168    <para role="recommended" revision="sysv">
    169169      <xref linkend="elogind"/>
    170170    </para>
    171 
     171    -->
    172172    <bridgehead renderas="sect4">Optional</bridgehead>
    173173    <para role="optional">
Note: See TracChangeset for help on using the changeset viewer.