mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
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:
parent
c9ec4da9d0
commit
fded19cd7d
@ -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
1
debian/control
vendored
@ -14,6 +14,7 @@ Build-Depends:
|
||||
libjpeg-dev,
|
||||
nettle-dev,
|
||||
libtinyxml2-dev,
|
||||
libpugixml-dev,
|
||||
libseccomp-dev,
|
||||
libqt4-dev,
|
||||
kdelibs5-dev,
|
||||
|
Loading…
Reference in New Issue
Block a user