mirror of https://github.com/cemu-project/Cemu.git
Linux: Remove libpng dependency from wxwidgets (#382)
This commit is contained in:
parent
665a34e518
commit
15b3a3f77d
|
@ -17,7 +17,10 @@
|
||||||
"platform": "!windows & !osx"
|
"platform": "!windows & !osx"
|
||||||
},
|
},
|
||||||
"expat",
|
"expat",
|
||||||
"libpng",
|
{
|
||||||
|
"name": "libpng",
|
||||||
|
"platform": "!linux"
|
||||||
|
},
|
||||||
"tiff",
|
"tiff",
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
|
Loading…
Reference in New Issue