Linux: Always use libpng from system (#381)

* Always use system libpng on Linux
* Remove dependency on boost-crc in DSU (reuse existing implementation)
This commit is contained in:
Exzap 2022-10-17 13:25:49 +02:00 committed by GitHub
parent 753040f73a
commit 665a34e518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 24 additions and 15 deletions

View file

@ -5,8 +5,11 @@
"dependencies": [
"pugixml",
"zlib",
"libpng",
"zstd",
"zstd",
{
"name": "libpng",
"platform": "!linux"
},
{
"name": "libzip",
"default-features": false
@ -23,7 +26,6 @@
"boost-dll",
"boost-optional",
"boost-signals2",
"boost-crc",
"boost-asio",
"boost-ptr-container",
"boost-property-tree",