Linux: Remove libpng dependency from wxwidgets (#382)

This commit is contained in:
goeiecool9999 2022-10-17 16:05:35 +02:00 committed by GitHub
parent 665a34e518
commit 15b3a3f77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",