mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
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:
parent
753040f73a
commit
665a34e518
5 changed files with 24 additions and 15 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue