Add libpugixml-dev to appveyor-dpkg.sh and debian/control.

This will allow us to test the PugiXML code on AppVeyor.

TODO:
- Add an internal copy of PugiXML.
- Port everything from TinyXML2 to PugiXML.
- Remove TinyXML2.
This commit is contained in:
David Korth 2025-03-31 23:01:21 -04:00
parent c9ec4da9d0
commit fded19cd7d
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ apt-get -y install \
nettle-dev \
pkg-config \
libtinyxml2-dev \
libpugixml-dev \
gettext \
libseccomp-dev \
libfmt-dev \

1
debian/control vendored
View File

@ -14,6 +14,7 @@ Build-Depends:
libjpeg-dev,
nettle-dev,
libtinyxml2-dev,
libpugixml-dev,
libseccomp-dev,
libqt4-dev,
kdelibs5-dev,