Changeset b56f4046


Ignore:
Timestamp:
09/19/2020 07:39:03 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
96ce7d5
Parents:
03caff6
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libpeas.xml

    r03caff6 rb56f4046  
    104104  <sect2 role="installation">
    105105    <title>Installation of libpeas</title>
     106
     107    <para>
     108      First, adapt the tests to changes in meson-0.55:
     109    </para>
     110
     111<screen><userinput remap="pre">sed -i 's/test_exe,/test_exe, depends: [libintrospection_gir],/' tests/libpeas/meson.build</userinput></screen>
    106112
    107113    <para>
  • introduction/welcome/changelog.xml

    r03caff6 rb56f4046  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Adapt the tests in libpeas to meson-0.55. Note that
     49          this affects the new version of libpeas as well.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Disable documentation generation for the python2
    4953          version of dbus-python. This is due to changes in docutils being
Note: See TracChangeset for help on using the changeset viewer.