diff options
| author | Gaute Lindkvist <lindkvis@gmail.com> | 2020-10-28 22:23:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-28 14:23:40 -0700 |
| commit | ce46c257f2c1789f82cdaf12edb5b683f3cc1251 (patch) | |
| tree | 94d11b43f06f9397d91c6df8fa115a0847f2b902 /ports/pixman/CONTROL | |
| parent | 318a8adbd03bebec860a33335f538b557ec94cf9 (diff) | |
| download | vcpkg-ce46c257f2c1789f82cdaf12edb5b683f3cc1251.tar.gz vcpkg-ce46c257f2c1789f82cdaf12edb5b683f3cc1251.zip | |
[pixman] fix build failure on ARM32 due to sse2 (#14179)
Diffstat (limited to 'ports/pixman/CONTROL')
| -rw-r--r-- | ports/pixman/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/pixman/CONTROL b/ports/pixman/CONTROL index d081eaacf..a9e21f833 100644 --- a/ports/pixman/CONTROL +++ b/ports/pixman/CONTROL @@ -1,4 +1,5 @@ Source: pixman -Version: 0.38.4-1 +Version: 0.38.4 +Port-Version: 2 Homepage: https://www.cairographics.org/releases Description: Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization. |
