mirror of
https://github.com/simon987/sist2-build.git
synced 2025-04-04 08:43:00 +00:00
19 lines
448 B
Diff
19 lines
448 B
Diff
--- /vcpkg/ports/libmupdf/vcpkg.json 2021-09-22 09:11:22.598136284 -0400
|
|
+++ /vcpkg/ports/libmupdf/vcpkg.json_ 2021-11-07 10:14:38.039574071 -0500
|
|
@@ -5,7 +5,13 @@
|
|
"homepage": "https://github.com/ArtifexSoftware/mupdf",
|
|
"supports": "!osx",
|
|
"dependencies": [
|
|
- "curl",
|
|
+ {
|
|
+ "name": "curl",
|
|
+ "default-features": false,
|
|
+ "features": [
|
|
+ "openssl"
|
|
+ ]
|
|
+ },
|
|
"freetype",
|
|
"glfw3",
|
|
"gumbo",
|
|
|