Ignore:
Timestamp:
03/18/2024 10:13:29 AM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
a529ba7, cf4501bf
Parents:
9e3d8219
git-author:
Xi Ruoyao <xry111@…> (03/18/2024 10:12:32 AM)
git-committer:
Xi Ruoyao <xry111@…> (03/18/2024 10:13:29 AM)
Message:

gcr3: Disable ssh agent

Let gcr4 provide it, so they don't overwrite each other.

It looks like gcr-ssh-agent is completely useless on non-GNOME desktop
environments, and GNOME users will build gcr4 anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    r9e3d8219 r5b8b9f5  
    130130            --buildtype=release \
    131131            -Dgtk_doc=false     \
     132            -Dssh_agent=false   \
    132133            ..                  &amp;&amp;
    133134ninja</userinput></screen>
     
    181182    </para>
    182183    -->
     184
     185    <para>
     186      <parameter>-Dssh_agent=false</parameter>: Prevent a conflict with
     187      <xref linkend='gcr4'/>.  Omit this switch if you do not plan to
     188      install <xref linkend='gcr4'/> and you want to use
     189      <command>gcr-ssh-agent</command>.
     190    </para>
    183191
    184192    <para>
Note: See TracChangeset for help on using the changeset viewer.