Adapt Zenity to use WebKitGTK+-2.38 if present.

This commit is contained in:
Douglas R. Reno 2022-12-15 13:42:03 -06:00
parent fc11d2d444
commit 83c4744e56
2 changed files with 10 additions and 0 deletions

View File

@ -96,6 +96,13 @@
<sect2 role="installation">
<title>Installation of Zenity</title>
<para>
First, adjust Zenity to properly use <xref linkend="webkitgtk" role="nodep"/>
if it is present:
</para>
<screen><userinput remap="pre">sed -i 's/webkit2gtk-4.0/webkit2gtk-4.1/' meson.build</userinput></screen>
<para>
Install <application>Zenity</application> by running the following
commands:

View File

@ -41,6 +41,9 @@
<listitem>
<para>December 15th, 2022</para>
<itemizedlist>
<listitem>
<para>[renodr] - Adapt Zenity to use WebKitGTK+-2.38 if present.</para>
</listitem>
<listitem>
<para>[renodr] - Adapt Balsa to work with WebKitGTK+-2.38.</para>
</listitem>