aboutsummaryrefslogtreecommitdiff
path: root/ports/libpng/CONTROL
diff options
context:
space:
mode:
authorPark DongHa <luncliff@gmail.com>2021-06-10 07:47:58 +0900
committerGitHub <noreply@github.com>2021-06-09 15:47:58 -0700
commitf6eb4c50ba6502c35b3ef70273c01ca7ddd955eb (patch)
treede5209a5a220647b37bc378714ff6b0ee8904858 /ports/libpng/CONTROL
parentbb941114248d8793359cfe10e90882a936801738 (diff)
downloadvcpkg-f6eb4c50ba6502c35b3ef70273c01ca7ddd955eb.tar.gz
vcpkg-f6eb4c50ba6502c35b3ef70273c01ca7ddd955eb.zip
[libpng] fix Android ARM triplet build failure (#18115)
* [libpng] use check for PNG_ARM_NEON * arm-android build keeps failing * [libpng] add host dependency * [libpng] update baseline * [libpng] use 'version-string' * Update ports/libpng/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [libpng] update baseline Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/libpng/CONTROL')
-rw-r--r--ports/libpng/CONTROL9
1 files changed, 0 insertions, 9 deletions
diff --git a/ports/libpng/CONTROL b/ports/libpng/CONTROL
deleted file mode 100644
index acaecea10..000000000
--- a/ports/libpng/CONTROL
+++ /dev/null
@@ -1,9 +0,0 @@
-Source: libpng
-Version: 1.6.37
-Port-Version: 14
-Build-Depends: zlib
-Homepage: https://github.com/glennrp/libpng
-Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files.
-
-Feature: apng
-Description: This is backward compatible with the regular libpng, both in library usage and format.