diff options
| author | simon987 <fortier.simon@protonmail.com> | 2020-04-24 05:58:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 02:58:24 -0700 |
| commit | c0d6fc23c1caf83a4e293096da11f2f3d449e4d4 (patch) | |
| tree | 1f682497f660590db92dffc10d141f5a99c59d1c /ports/libmupdf/CONTROL | |
| parent | a3197f135dae514252fad2354cb8d9c6f5100d89 (diff) | |
| download | vcpkg-c0d6fc23c1caf83a4e293096da11f2f3d449e4d4.tar.gz vcpkg-c0d6fc23c1caf83a4e293096da11f2f3d449e4d4.zip | |
[libmupdf] fix build error on Linux (#10708)
* minimum to compile on linux
* Update as reviewed
* Update baseline and add the condition to execuate script
* Move find_program and make it REQUIRED
* always execute generate command
* only use make in find_program
Co-authored-by: Nancy Li (Beyondsoft Corporation) <v-ruil@microsoft.com>
Diffstat (limited to 'ports/libmupdf/CONTROL')
| -rw-r--r-- | ports/libmupdf/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libmupdf/CONTROL b/ports/libmupdf/CONTROL index bf3348ced..bcf4172e4 100644 --- a/ports/libmupdf/CONTROL +++ b/ports/libmupdf/CONTROL @@ -1,5 +1,6 @@ Source: libmupdf -Version: 1.16.1 +Version: 1.16.1-1 Build-Depends: freetype, libjpeg-turbo, harfbuzz, zlib, curl, glfw3, openjpeg, jbig2dec Homepage: https://github.com/ArtifexSoftware/mupdf Description: a lightweight PDF, XPS, and E-book library +Supports: !osx |
