source: x/lib/webkitgtk.xml@ 846bcc9

trunk
Last change on this file since 846bcc9 was 846bcc9, checked in by Xi Ruoyao <xry111@…>, 4 weeks ago

Add xinclude for -DCMAKE_SKIP_INSTALL_RPATH explanation and use it

Always use "ON" for this boolean value.

Why does cmake allow too many boolean values (ON/OFF, TRUE/FALSE,
YES/NO) anyway?!

  • Property mode set to 100644
File size: 17.7 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[1a024c3c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
[de4ed8e]8 <!ENTITY webkitgtk-download-ftp " ">
[fe46814]9 <!ENTITY webkitgtk-md5sum "b61ff37133cabc9ef5d870b296e9694d">
[d0c049f]10 <!ENTITY webkitgtk-size "35 MB">
[fe46814]11 <!ENTITY webkitgtk-buildsize "1.2 GB (158 MB installed, add 153 MB for GTK-4)">
12 <!ENTITY webkitgtk-time "29 SBU (for GTK-3, using parallelism=8, add 30 SBU for GTK-4)">
[9acdb9d]13
14 <!ENTITY libbacktrace
15 "<ulink url='https://github.com/ianlancetaylor/libbacktrace'>libbacktrace</ulink>">
[1a024c3c]16]>
17
[442c799]18<sect1 id="webkitgtk" xreflabel="WebKitGTK-&webkitgtk-version;">
[de4ed8e]19 <?dbhtml filename="webkitgtk.html"?>
[1a024c3c]20
21
[442c799]22 <title>WebKitGTK-&webkitgtk-version;</title>
[1a024c3c]23
[de4ed8e]24 <indexterm zone="webkitgtk">
[442c799]25 <primary sortas="a-WebKitGTK">WebKitGTK</primary>
[1a024c3c]26 </indexterm>
27
28 <sect2 role="package">
[442c799]29 <title>Introduction to WebKitGTK</title>
[1a024c3c]30
31 <para>
[8558044]32 The <application>WebKitGTK</application> package is a port of the
[4026a19]33 portable web rendering engine <application>WebKit</application> to the
[cbe60bd]34 <application>GTK+ 3</application> and <application>GTK 4</application>
[1a024c3c]35 platforms.
36 </para>
37
[ca09b51]38 &lfs121_checked;
[1a024c3c]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
[de4ed8e]44 Download (HTTP): <ulink url="&webkitgtk-download-http;"/>
[1a024c3c]45 </para>
46 </listitem>
47 <listitem>
48 <para>
[de4ed8e]49 Download (FTP): <ulink url="&webkitgtk-download-ftp;"/>
[1a024c3c]50 </para>
51 </listitem>
52 <listitem>
53 <para>
[de4ed8e]54 Download MD5 sum: &webkitgtk-md5sum;
[1a024c3c]55 </para>
56 </listitem>
57 <listitem>
58 <para>
[de4ed8e]59 Download size: &webkitgtk-size;
[1a024c3c]60 </para>
61 </listitem>
62 <listitem>
63 <para>
[de4ed8e]64 Estimated disk space required: &webkitgtk-buildsize;
[1a024c3c]65 </para>
66 </listitem>
67 <listitem>
68 <para>
[de4ed8e]69 Estimated build time: &webkitgtk-time;
[1a024c3c]70 </para>
71 </listitem>
72 </itemizedlist>
73
[2186e70d]74<!--
[b01309e7]75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
[bb5f8a3]80 <ulink url="&patch-root;/webkitgtk-&webkitgtk-version;-upstream_fixes-1.patch"/>
[b01309e7]81 </para>
82 </listitem>
83 </itemizedlist>
[2186e70d]84-->
[b01309e7]85
[442c799]86 <bridgehead renderas="sect3">WebKitGTK Dependencies</bridgehead>
[1a024c3c]87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
[4026a19]90 <xref linkend="cairo"/>,
[1a024c3c]91 <xref linkend="cmake"/>,
92 <xref linkend="gst10-plugins-base"/>,
[ad930e6]93 <xref linkend="gst10-plugins-bad"/>,
[1a024c3c]94 <xref linkend="gtk3"/>,
[ab376e9]95 <xref linkend="gtk4"/>,
[1a024c3c]96 <xref linkend="icu"/>,
[885bcd41]97 <xref linkend="lcms2"/>,
[f175d6f6]98 <xref linkend="libgudev"/>,
[1a024c3c]99 <xref linkend="libsecret"/>,
[c7318b4]100 <xref linkend="libsoup3"/>,
[40454cd2]101 <xref linkend="libtasn1"/>,
[1a024c3c]102 <xref linkend="libwebp"/>,
[7a395d1]103 <xref linkend="mesa"/>,
[2367283]104 <xref linkend="openjpeg2"/>,
[1a024c3c]105 <xref linkend="ruby"/>,
[fbfb998]106 <xref linkend="sqlite"/>,
[9acdb9d]107 <xref linkend="unifdef"/>, and
108 <xref linkend="which"/>
[1a024c3c]109 </para>
110
111 <bridgehead renderas="sect4">Recommended</bridgehead>
[fddab91]112 <para role="recommended">
[92e5300]113 <xref linkend="bubblewrap"/>,
[decb6bc5]114 <xref linkend="enchant"/>,
[560b86d]115 <xref linkend="geoclue2"/>,
[c0bc0a9]116 &gobject-introspection;,
[92e5300]117 <xref linkend="hicolor-icon-theme"/>,
[3f65573]118 <xref linkend="libavif"/>,
[d0c049f]119 <xref linkend="libjxl"/>,
[3f65573]120 <xref linkend="libseccomp"/>, and
[92e5300]121 <xref linkend="xdg-dbus-proxy"/>
[4026a19]122 </para>
[1a024c3c]123
124 <bridgehead renderas="sect4">Optional</bridgehead>
[fddab91]125 <para role="optional">
[f56d2e7]126 <xref linkend="gi-docgen"/>,
[1a024c3c]127 <xref linkend="harfbuzz"/>,
[47d5a9e5]128 <xref linkend="wayland"/>,
129 <xref linkend="woff2"/>,
[9851978]130 <ulink url="https://ccache.dev/">ccache</ulink>,
[c6b192c]131 <ulink url="https://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
[d0c049f]132 &libbacktrace;, and
133 <!--<ulink url="https://github.com/libjxl/libjxl">libjxl</ulink>, and-->
[92e5300]134 <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>
[1a024c3c]135 </para>
136
137 </sect2>
138
139 <sect2 role="installation">
[442c799]140 <title>Installation of WebKitGTK</title>
[1a024c3c]141
142 <bridgehead renderas="sect3">Installation of
[442c799]143 <application>WebKitGTK</application></bridgehead>
[1a024c3c]144
[ab376e9]145 <important>
146 <para>
147 This package allows building with either GTK-3 or GTK-4, but not both
[95abdf87]148 in the same build. The GTK-4 version is needed for packages such as
149 <xref linkend="epiphany"/>. Other packages, such as
150 <xref linkend="balsa"/> or <xref linkend="evolution"/>, require the
151 GTK-3 version. Both versions can be installed side by side on the
152 same system. We give build instructions for both cases below, but
153 the only difference is the setting of <command>-DUSE_GTK4</command>
[ab376e9]154 </para>
155 </important>
156
[1a024c3c]157 <para>
[95abdf87]158 If you want to install the GTK+-3 version of
159 <application>WebKitGTK</application>, run the following commands:
[1a024c3c]160 </para>
[6fe4f013]161
[8252e757]162<screen revision="systemd"><userinput>mkdir -vp build &amp;&amp;
[24dfdcd]163cd build &amp;&amp;
[1a024c3c]164
[cda5f277]165cmake -DCMAKE_BUILD_TYPE=Release \
166 -DCMAKE_INSTALL_PREFIX=/usr \
167 -DCMAKE_SKIP_INSTALL_RPATH=ON \
168 -DPORT=GTK \
169 -DLIB_INSTALL_DIR=/usr/lib \
170 -DUSE_LIBBACKTRACE=OFF \
171 -DUSE_LIBHYPHEN=OFF \
172 -DENABLE_GAMEPAD=OFF \
173 -DENABLE_MINIBROWSER=ON \
174 -DENABLE_DOCUMENTATION=OFF \
175 -DENABLE_WEBDRIVER=OFF \
176 -DUSE_WOFF2=OFF \
177 -DUSE_GTK4=OFF \
[92e5300]178 -DENABLE_BUBBLEWRAP_SANDBOX=ON \
[cda5f277]179 -Wno-dev -G Ninja .. &amp;&amp;
[4291c1e]180ninja</userinput></screen>
[1a024c3c]181
[8252e757]182<screen revision="sysv"><userinput>mkdir -vp build &amp;&amp;
183cd build &amp;&amp;
184
[cda5f277]185cmake -DCMAKE_BUILD_TYPE=Release \
186 -DCMAKE_INSTALL_PREFIX=/usr \
187 -DCMAKE_SKIP_INSTALL_RPATH=ON \
188 -DPORT=GTK \
189 -DLIB_INSTALL_DIR=/usr/lib \
190 -DUSE_LIBBACKTRACE=OFF \
191 -DUSE_LIBHYPHEN=OFF \
192 -DENABLE_GAMEPAD=OFF \
193 -DENABLE_MINIBROWSER=ON \
194 -DENABLE_DOCUMENTATION=OFF \
195 -DENABLE_WEBDRIVER=OFF \
196 -DUSE_WOFF2=OFF \
197 -DUSE_GTK4=OFF \
198 -DENABLE_JOURNALD_LOG=OFF \
[92e5300]199 -DENABLE_BUBBLEWRAP_SANDBOX=ON \
[cda5f277]200 -Wno-dev -G Ninja .. &amp;&amp;
[8252e757]201ninja</userinput></screen>
202
[1a024c3c]203 <para>
[48771ae]204 This package does not have a working test suite. However, there is a
[c69b5e72]205 usable basic graphical web browser in the build directory,
[7c4f32b]206 <application>build/bin/MiniBrowser</application>. If launching it fails,
207 there is a problem with the build.
[1a024c3c]208 </para>
209
210 <para>
211 Now, as the <systemitem class="username">root</systemitem> user:
212 </para>
213
[b5b672a9]214<screen role="root"><userinput>ninja install</userinput></screen>
[1a024c3c]215
[95abdf87]216 <para>
217 If you want to install the GTK4 version of
218 <application>WebKitGTK</application>, run the following commands:
219 </para>
220
221<screen revision="systemd"><userinput>rm -rf * .[^.]* &amp;&amp;
222
[cda5f277]223cmake -DCMAKE_BUILD_TYPE=Release \
224 -DCMAKE_INSTALL_PREFIX=/usr \
225 -DCMAKE_SKIP_INSTALL_RPATH=ON \
226 -DPORT=GTK \
227 -DLIB_INSTALL_DIR=/usr/lib \
228 -DUSE_LIBBACKTRACE=OFF \
229 -DUSE_LIBHYPHEN=OFF \
230 -DENABLE_GAMEPAD=OFF \
231 -DENABLE_MINIBROWSER=ON \
232 -DENABLE_DOCUMENTATION=OFF \
233 -DUSE_WOFF2=OFF \
234 -DUSE_GTK4=ON \
[92e5300]235 -DENABLE_BUBBLEWRAP_SANDBOX=ON \
[cda5f277]236 -Wno-dev -G Ninja .. &amp;&amp;
[95abdf87]237ninja</userinput></screen>
238
239<screen revision="sysv"><userinput>rm -rf * .[^.]* &amp;&amp;
240
[cda5f277]241cmake -DCMAKE_BUILD_TYPE=Release \
242 -DCMAKE_INSTALL_PREFIX=/usr \
243 -DCMAKE_SKIP_INSTALL_RPATH=ON \
244 -DPORT=GTK \
245 -DLIB_INSTALL_DIR=/usr/lib \
246 -DUSE_LIBBACKTRACE=OFF \
247 -DUSE_LIBHYPHEN=OFF \
248 -DENABLE_GAMEPAD=OFF \
249 -DENABLE_MINIBROWSER=ON \
250 -DENABLE_DOCUMENTATION=OFF \
251 -DUSE_WOFF2=OFF \
252 -DUSE_GTK4=ON \
253 -DENABLE_JOURNALD_LOG=OFF \
[92e5300]254 -DENABLE_BUBBLEWRAP_SANDBOX=ON \
[cda5f277]255 -Wno-dev -G Ninja .. &amp;&amp;
[95abdf87]256ninja</userinput></screen>
257
258 <para>
259 Now, as the <systemitem class="username">root</systemitem> user:
260 </para>
261
262<screen role="root"><userinput>ninja install</userinput></screen>
263
[9acdb9d]264 <para>
265 As the <option>-DENABLE_DOCUMENTATION=OFF</option> option is used,
266 the documentation is not rebuilt nor installed now. If you need the
267 documentation, you can either install <xref linkend='gi-docgen'/>
268 and remove this option from the <command>cmake</command> command,
269 or install the pre-built documentation (only for the GTK-4 version)
270 instead:
271 </para>
272
273<screen role='root'><userinput>install -vdm755 /usr/share/gtk-doc/html &amp;&amp;
[9333d93e]274cp -rv ../Documentation/* /usr/share/gtk-doc/html</userinput></screen>
[9acdb9d]275
[1a024c3c]276 </sect2>
277
278 <sect2 role="commands">
279 <title>Command Explanations</title>
280
[016e770]281<!-- <para>
[fabeff7]282 <command>sed ... TextCheckerEnchant.cpp</command>: This command
[af451f4]283 is needed to allow the build to complete with enchant-2.x.
[016e770]284 </para> -->
[fabeff7]285
[846bcc9]286 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
287 href="../../xincludes/cmake-skip-install-rpath.xml"/>
288
[9acdb9d]289 <para>
290 <parameter>-DUSE_LIBBACKTRACE=OFF</parameter>: This switch disables
291 the use of libbacktrace for dumping a stack trace when a crash
292 happens. You need to install &libbacktrace; if you wish to enable it
293 (replacing OFF with ON or just removing the switch).
294 </para>
295
[a78d8510]296 <para>
[885bcd41]297 <parameter>-DUSE_LIBHYPHEN=OFF</parameter>: This switch disables the
[a78d8510]298 default automatic hyphenation implementation. You need to install
299 <ulink
[885bcd41]300 url="https://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>
[a78d8510]301 if you wish to enable it (replacing OFF with ON or just removing
302 the switch).
303 </para>
304
[c7318b4]305 <para>
306 <parameter>-DENABLE_DOCUMENTATION=OFF</parameter>: This switch disables
307 regenerating the documentation. Remove this switch if you have
[f56d2e7]308 <xref linkend="gi-docgen"/>
[c7318b4]309 installed and wish to regenerate the documentation.
310 </para>
311
[40454cd2]312 <para>
313 <parameter>-DENABLE_GAMEPAD=OFF</parameter>: This switch disables
314 gamepad support. Remove this switch if you have
315 <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>
316 installed and wish to enable it.
317 </para>
318
[7c4f32b]319 <para>
[8252e757]320 <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables
321 compiling and installing the MiniBrowser.
[7c4f32b]322 </para>
323
[64e33fe5]324 <para>
325 <parameter>-DENABLE_WEBDRIVER=OFF</parameter>: This switch disables
326 compiling and installing <command>WebKitWebDriver</command>. We use
327 it for the GTK-3 build because the <command>WebKitWebDriver</command>
328 from the GTK-3 build will be overwritten by the GTK-4 build anyway.
329 Remove this option if you don't plan to build this package with
330 GTK-4.
331 </para>
332
[d0c049f]333<!--
[f6e07a25]334 <para>
335 <parameter>-DUSE_JPEGXL=OFF</parameter>: This switch turns off support
336 for JPEG-XL images. Remove it if you have the optional package
337 <ulink url="https://github.com/libjxl/libjxl">libjxl</ulink> installed.
338 </para>
[d0c049f]339-->
[aa41434]340 <para>
[92e5300]341 <parameter>-DENABLE_BUBBLEWRAP_SANDBOX=ON</parameter>: This switch
342 enables the Bubblewrap sandbox, which helps mitigate the impact of most
343 security vulnerabilities in this package. Change this switch to OFF if
[3f65573]344 you do not want to install <xref linkend="bubblewrap" role="nodep"/>,
345 <xref linkend='libseccomp' role="nodep"/>, or
[92e5300]346 <xref linkend="xdg-dbus-proxy" role="nodep"/>, but note that this may
347 put you at risk.
348 <!-- Note: This works well on both i686 and x86_64. -renodr -->
[aa41434]349 </para>
[8252e757]350
351 <para revision="sysv">
[c38d051]352 <parameter>-DENABLE_JOURNALD_LOG=OFF</parameter>: This switch disables using the
[8252e757]353 systemd journal for logging errors and debugging information since it
354 is not available on SysV systems.
355 </para>
[aa41434]356
[1a024c3c]357 <para>
358 <option>-DUSE_SYSTEM_MALLOC=ON</option>: This switch enables building
359 against the system installed <application>malloc</application>.
360 </para>
361
362 <para>
363 <option>-DENABLE_GEOLOCATION=OFF</option>: Use this switch if you don't
[560b86d]364 want to install <xref linkend="geoclue2"/>.
[1a024c3c]365 </para>
366
[acea88c]367 <para>
368 <option>-DUSE_AVIF=OFF</option>: Use this switch if you don't want to
369 install <xref linkend="libavif"/>. Note that you will not have support
370 for AVIF images if you do this.
371 </para>
372
[f858bd7]373 <para>
[8558044]374 <option>-DUSE_WOFF2=ON</option>: Use this switch if the optional
[1f61010e]375 package <xref linkend="woff2"/> is installed. This adds additional
376 support for fonts.
[f858bd7]377 </para>
378
[d0c049f]379 <para>
380 <option>-DUSE_JPEGXL=OFF</option>: Use this switch if the recommended
381 package <xref linkend="libjxl"/> is not installed. Note that you will not
382 have support for JPEG XL images if this option is passed.
383 </para>
384
[1a024c3c]385 </sect2>
386
387 <sect2 role="content">
388 <title>Contents</title>
389
390 <segmentedlist>
391 <segtitle>Installed Program</segtitle>
392 <segtitle>Installed Libraries</segtitle>
393 <segtitle>Installed Directories</segtitle>
394
395 <seglistitem>
396 <seg>
[da1575a]397<!-- Moved to /usr/libexec/webkit2gtk-4.0, so shouldn't appear here
[8558044]398 jsc,
[da1575a]399 MiniBrowser, and -->
[4291c1e]400 WebKitWebDriver
[1a024c3c]401 </seg>
402 <seg>
[ab376e9]403 libjavascriptcoregtk-4.1.so,
404 libjavascriptcoregtk-6.0.so,
405 libwebkit2gtk-4.1.so, and
406 libwebkitgtk-6.0.so
[1a024c3c]407 </seg>
408 <seg>
[c7318b4]409 /usr/include/webkitgtk-4.1,
[ab376e9]410 /usr/include/webkitgtk-6.0,
411 /usr/lib{,exec}/webkit2gtk-4.1,
[9acdb9d]412 /usr/lib{,exec}/webkitgtk-6.0,
[c7318b4]413 /usr/share/gtk-doc/html/{jsc-glib,webkit2gtk{,-web-extension}}-4.1
[9acdb9d]414 (optional), and
415 /usr/share/gtk-doc/html/{jsc-glib,webkit2gtk{,-web-process-extension}}-6.0
[1a024c3c]416 </seg>
417 </seglistitem>
418 </segmentedlist>
419
420 <variablelist>
421 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
422 <?dbfo list-presentation="list"?>
423 <?dbhtml list-presentation="table"?>
424
[da1575a]425<!--
[1a024c3c]426 <varlistentry id="jsc">
427 <term><command>jsc</command></term>
428 <listitem>
429 <para>
430 is a command-line utility that allows you to run JavaScript programs
431 outside of the context of a web browser.
432 </para>
[de4ed8e]433 <indexterm zone="webkitgtk jsc">
[1a024c3c]434 <primary sortas="b-jsc">jsc</primary>
435 </indexterm>
436 </listitem>
437 </varlistentry>
438
[7c4f32b]439 <varlistentry id="MiniBrowser">
440 <term><command>MiniBrowser</command></term>
441 <listitem>
442 <para>
443 is a very simple graphical browser.
444 </para>
445 <indexterm zone="webkitgtk MiniBrowser">
446 <primary sortas="b-MiniBrowser">MiniBrowser</primary>
447 </indexterm>
448 </listitem>
449 </varlistentry>
[da1575a]450-->
[4d185c9e]451 <varlistentry id="WebKitWebDriver">
452 <term><command>WebKitWebDriver</command></term>
453 <listitem>
454 <para>
[4c24eb0a]455 allows debugging and automation of web pages and browsers
[4d185c9e]456 </para>
457 <indexterm zone="webkitgtk WebKitWebDriver">
458 <primary sortas="b-WebKitWebDriver">WebKitWebDriver</primary>
459 </indexterm>
460 </listitem>
461 </varlistentry>
462
[c7318b4]463 <varlistentry id="libjavascriptcoregtk-4.1">
[4c24eb0a]464 <term>
[c7318b4]465 <filename class="libraryfile">libjavascriptcoregtk-4.1.so</filename>
[4c24eb0a]466 </term>
[1a024c3c]467 <listitem>
468 <para>
469 contains core JavaScript API functions used by
[4c24eb0a]470 <command>jsc</command> and
[c7318b4]471 <filename class="libraryfile">libwebkit2gtk-4.1</filename>
[1a024c3c]472 </para>
[c7318b4]473 <indexterm zone="webkitgtk libjavascriptcoregtk-4.1">
474 <primary sortas="c-libjavascriptcoregtk-4.1">libjavascriptcoregtk-4.1.so</primary>
[1a024c3c]475 </indexterm>
476 </listitem>
477 </varlistentry>
478
[ab376e9]479 <varlistentry id="libjavascriptcoregtk-6.0">
480 <term><filename class="libraryfile">libjavascriptcoregtk-6.0.so</filename></term>
481 <listitem>
482 <para>
483 contains core JavaScript API functions used by
484 <command>jsc</command> and
[f6e07a25]485 <filename class="libraryfile">libwebkitgtk-6.0</filename>
[ab376e9]486 </para>
487 <indexterm zone="webkitgtk libjavascriptcoregtk-6.0">
488 <primary sortas="c-libjavascriptcoregtk-6.0">libjavascriptcoregtk-6.0.so</primary>
489 </indexterm>
490 </listitem>
491 </varlistentry>
492
[1a024c3c]493 <varlistentry id="libwebkit2gtk-4">
[c7318b4]494 <term><filename class="libraryfile">libwebkit2gtk-4.1.so</filename></term>
[1a024c3c]495 <listitem>
496 <para>
[4c24eb0a]497 contains the <application>WebKit2</application> API functions
[1a024c3c]498 </para>
[de4ed8e]499 <indexterm zone="webkitgtk libwebkit2gtk-4">
[c7318b4]500 <primary sortas="c-libwebkit2gtk-4">libwebkit2gtk-4.1.so</primary>
[1a024c3c]501 </indexterm>
502 </listitem>
503 </varlistentry>
504
[ab376e9]505 <varlistentry id="libwebkitgtk-6">
506 <term><filename class="libraryfile">libwebkitgtk-6.0.so</filename></term>
507 <listitem>
508 <para>
509 contains the <application>WebKit</application> API functions for
510 GTK-4 applications
511 </para>
512 <indexterm zone="webkitgtk libwebkitgtk-6">
513 <primary sortas="c-libwebkitgtk-6">libwebkitgtk-6.0.so</primary>
514 </indexterm>
515 </listitem>
516 </varlistentry>
517
[1a024c3c]518 </variablelist>
519
520 </sect2>
521
522</sect1>
Note: See TracBrowser for help on using the repository browser.