mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[Libidn2] disable documentation (#17419)
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
This commit is contained in:
parent
9d9aca39bf
commit
84e5852cfa
@ -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()
|
||||
|
@ -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": [
|
||||
|
@ -3166,7 +3166,7 @@
|
||||
},
|
||||
"libidn2": {
|
||||
"baseline": "2.3.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"libigl": {
|
||||
"baseline": "2.2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cad738e7d2fff6e1ac7c8a2bec14160aa127336f",
|
||||
"version": "2.3.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "6f5a62105488c9eb440e97c4d49a1ac6c8fa996c",
|
||||
"version-string": "2.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user