Changeset b17f923d


Ignore:
Timestamp:
06/26/2019 06:09:12 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8e4d8b94
Parents:
e3f35536
Message:

VTE: Introspection has been the default for a couple of years now - let's stop enabling it explicitly.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21731 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/vte.xml

    re3f35536 rb17f923d  
    104104  <sect2 role="installation">
    105105    <title>Installation of VTE</title>
    106     <!-- with 0.56.0, not needed any more.
    107     <para>
    108       First, fix compilation of a Vala program with newer versions of
    109       Vala (0.43 and more):
    110     </para>
    111 
    112 <!- - Upstream fix: - ->
    113 <screen><userinput>sed -e '/bool audible/i\    public int dummy;' \
    114     -i bindings/vala/app.vala</userinput></screen>
    115 -->
     106
    116107    <para>
    117108      Install <application>VTE</application> by running the following
     
    121112<screen><userinput>./configure --prefix=/usr          \
    122113            --sysconfdir=/etc      \
    123             --disable-static       \
    124             --enable-introspection &amp;&amp;
     114            --disable-static       &amp;&amp;
    125115make</userinput></screen>
    126116
     
    140130    <title>Command Explanations</title>
    141131
    142     <para>
    143       <parameter>--enable-introspection</parameter>: This switch enables
     132    <!-- Introspection is now built by default.
     133    <para>
     134      <parameter>- -enable-introspection</parameter>: This switch enables
    144135      <application>Gobject Introspection</application> bindings.
    145136      Remove if you don't have <xref linkend="gobject-introspection"/>
    146137      installed.
    147138    </para>
     139    -->
    148140
    149141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.