dependencies: Gettext may use system libunistring

When system libunistring is not installed (for eg building LFS), a
shipped copy of libunistring is used.
This commit is contained in:
Xi Ruoyao 2024-02-25 00:53:31 +08:00
parent 4aa6831f14
commit 64be5a4bfa
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -1047,7 +1047,15 @@
<segmentedlist id="gettext-optdeps"> <segmentedlist id="gettext-optdeps">
<segtitle>&external;</segtitle> <segtitle>&external;</segtitle>
<seglistitem> <seglistitem>
<seg><ulink url='&blfs-book;general/libxml2.html'>libxml2</ulink></seg> <seg>
<ulink url='&blfs-book;general/libunistring.html'>
libunistring
</ulink>
and
<ulink url='&blfs-book;general/libxml2.html'>
libxml2
</ulink>
</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>