mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Made a couple of changes involving libxml2.
Moved libxml2 from Wayland -> Basic X11 Software; added libxml2 as a RDEP to spirv-llvm-translator.
This commit is contained in:
parent
e97f6ee874
commit
f872278718
@ -42,6 +42,9 @@
|
||||
<listitem>
|
||||
<para>June 23rd, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Made a couple of changes involving libxml2.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Adjusted wget download wget-list command.</para>
|
||||
</listitem>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../../general.ent">
|
||||
<!ENTITY % general-entities SYSTEM "../../../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!-- Also update the download, md5, size entities in libxml2py2.xml -->
|
||||
@ -89,7 +89,7 @@ sed '/libs=/s/xml2.*/xml2"/' -i /usr/bin/xml2-config</userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../../xincludes/static-libraries.xml"/>
|
||||
href="../../../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<para>
|
||||
<parameter>--with-history</parameter>: This switch enables
|
@ -45,6 +45,7 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="cmake"/>,
|
||||
<xref linkend="libxml2"/>,
|
||||
<xref linkend="llvm"/> (with Clang),
|
||||
<xref linkend="spirv-headers"/>, and
|
||||
<xref linkend="spirv-tools"/>
|
||||
|
@ -68,6 +68,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/basicx/other/nettle.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/basicx/other/gnutls.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/basicx/other/pixman.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/basicx/other/libxml2.xml"/>
|
||||
|
||||
<!-- GRAPHICS APIS -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gfxapi/gfxapidummy.xml"/>
|
||||
@ -124,7 +125,6 @@
|
||||
<!-- WAYLAND -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/wl/wldummy.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/wl/icu.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/wl/libxml2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/wl/wayland.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/wl/wayland-protocols.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/wl/xwayland.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user