diff options
| author | Ilya Arzhannikov <iarzhannikov@artec-group.com> | 2021-04-25 09:19:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-25 00:19:50 -0700 |
| commit | 84e5852cfaa8e7875027e79a29a5534bb5d4a475 (patch) | |
| tree | 37bf17fdb40eb25dbed7bb5623bbb74fd9c1c924 /ports | |
| parent | 9d9aca39bf1ba521145fde928a74ad45cba5086e (diff) | |
| download | vcpkg-84e5852cfaa8e7875027e79a29a5534bb5d4a475.tar.gz vcpkg-84e5852cfaa8e7875027e79a29a5534bb5d4a475.zip | |
[Libidn2] disable documentation (#17419)
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libidn2/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/libidn2/vcpkg.json | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/libidn2/portfile.cmake b/ports/libidn2/portfile.cmake index 9509d6675..55946fcc9 100644 --- a/ports/libidn2/portfile.cmake +++ b/ports/libidn2/portfile.cmake @@ -48,12 +48,14 @@ if (VCPKG_TARGET_IS_WINDOWS) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) else() + set(ENV{GTKDOCIZE} true) vcpkg_configure_make( SOURCE_PATH ${SOURCE_PATH} AUTOCONFIG COPY_SOURCE OPTIONS --with-libiconv-prefix=${CURRENT_INSTALLED_DIR} + --disable-gtk-doc ) vcpkg_install_make() diff --git a/ports/libidn2/vcpkg.json b/ports/libidn2/vcpkg.json index 5b5a6b639..b39058a5d 100644 --- a/ports/libidn2/vcpkg.json +++ b/ports/libidn2/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libidn2", - "version-string": "2.3.0", - "port-version": 2, + "version": "2.3.0", + "port-version": 3, "description": "GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.", "homepage": "https://www.gnu.org/software/libidn/", "dependencies": [ |
