Changeset 79a6d899


Ignore:
Timestamp:
07/11/2024 11:15:01 AM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
42eca61
Parents:
26de4e82 (diff), c0f5b4a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    r26de4e82 r79a6d899  
    170170      <xref linkend="gs"/> (with libgs installed),
    171171      <xref linkend="iso-codes"/>,
    172       <xref linkend="libgudev"/>,
    173       <xref linkend="pygtk"/> (including the gtk, pango and pangocairo modules) and
     172      <xref linkend="libgudev"/>, and
    174173      <xref linkend="xdg-utils"/>
    175174    </para>
     
    184183      <xref linkend="libwebp"/>,
    185184      <xref linkend="openjpeg2"/>,
     185      <xref linkend="pygtk"/> (including the gtk, pango and pangocairo modules),
    186186      an <xref linkend="server-mail"/> (that provides a
    187187      <command>sendmail</command> program),
     
    223223    </para>
    224224
    225 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     225<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-python &amp;&amp;
    226226make</userinput></screen>
    227227
     
    305305
    306306    <para>
    307       <option>--disable-python</option>: This option is necessary if
     307      <parameter>--disable-python</parameter>: This option is necessary if
    308308      you have not installed <application>PyGTK</application>.
    309309    </para>
Note: See TracChangeset for help on using the changeset viewer.