Adapt the tests in libpeas to meson-0.55

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23733 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2020-09-19 19:39:03 +00:00
parent 03caff6cb9
commit b56f4046dd
2 changed files with 10 additions and 0 deletions

View File

@ -104,6 +104,12 @@
<sect2 role="installation">
<title>Installation of libpeas</title>
<para>
First, adapt the tests to changes in meson-0.55:
</para>
<screen><userinput remap="pre">sed -i 's/test_exe,/test_exe, depends: [libintrospection_gir],/' tests/libpeas/meson.build</userinput></screen>
<para>
Install <application>libpeas</application> by running the following
commands:

View File

@ -44,6 +44,10 @@
<listitem>
<para>September 19th, 2020</para>
<itemizedlist>
<listitem>
<para>[renodr] - Adapt the tests in libpeas to meson-0.55. Note that
this affects the new version of libpeas as well.</para>
</listitem>
<listitem>
<para>[renodr] - Disable documentation generation for the python2
version of dbus-python. This is due to changes in docutils being