Author: renodr
Date: Wed Jun 26 11:09:12 2019
New Revision: 21731
Log:
VTE: Introspection has been the default for a couple of years now - let's stop
enabling it explicitly.
Modified:
trunk/BOOK/gnome/platform/vte.xml
Modified: trunk/BOOK/gnome/platform/vte.xml
==============================================================================
--- trunk/BOOK/gnome/platform/vte.xml Wed Jun 26 09:59:31 2019 (r21730)
+++ trunk/BOOK/gnome/platform/vte.xml Wed Jun 26 11:09:12 2019 (r21731)
@@ -103,16 +103,7 @@
<sect2 role="installation">
<title>Installation of VTE</title>
- <!-- with 0.56.0, not needed any more.
- <para>
- First, fix compilation of a Vala program with newer versions of
- Vala (0.43 and more):
- </para>
-<!- - Upstream fix: - ->
-<screen><userinput>sed -e '/bool audible/i\ public int dummy;' \
- -i bindings/vala/app.vala</userinput></screen>
--->
<para>
Install <application>VTE</application> by running the following
commands:
@@ -120,8 +111,7 @@
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
- --disable-static \
- --enable-introspection &&
+ --disable-static &&
make</userinput></screen>
<para>
@@ -139,12 +129,14 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <!-- Introspection is now built by default.
<para>
- <parameter>--enable-introspection</parameter>: This switch enables
+ <parameter>- -enable-introspection</parameter>: This switch enables
<application>Gobject Introspection</application> bindings.
Remove if you don't have <xref linkend="gobject-introspection"/>
installed.
</para>
+ -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page