mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 03:55:43 -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 \
|
nettle-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libtinyxml2-dev \
|
libtinyxml2-dev \
|
||||||
|
libpugixml-dev \
|
||||||
gettext \
|
gettext \
|
||||||
libseccomp-dev \
|
libseccomp-dev \
|
||||||
libfmt-dev \
|
libfmt-dev \
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -14,6 +14,7 @@ Build-Depends:
|
|||||||
libjpeg-dev,
|
libjpeg-dev,
|
||||||
nettle-dev,
|
nettle-dev,
|
||||||
libtinyxml2-dev,
|
libtinyxml2-dev,
|
||||||
|
libpugixml-dev,
|
||||||
libseccomp-dev,
|
libseccomp-dev,
|
||||||
libqt4-dev,
|
libqt4-dev,
|
||||||
kdelibs5-dev,
|
kdelibs5-dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user