aboutsummaryrefslogtreecommitdiff
path: root/ports/librsvg
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2021-06-25 04:04:57 +0800
committerGitHub <noreply@github.com>2021-06-24 13:04:57 -0700
commitd76b4ebe741f7d918e836df05674e8327857854e (patch)
treed3d706c05c6c0ecf1f99fce691a81b5a5fb1b6ca /ports/librsvg
parent3b58466098f9c3744afdfa374f8f57dff0d8d66c (diff)
downloadvcpkg-d76b4ebe741f7d918e836df05674e8327857854e.tar.gz
vcpkg-d76b4ebe741f7d918e836df05674e8327857854e.zip
[vcpkg baseline][kf5* librsvg] Add DISABLE_PARALLEL_CONFIGURE (#18600)
* [kf5*] Add DISABLE_PARALLEL_CONFIGURE * Update version files * [librsvg] Add DISABLE_PARALLEL_CONFIGURE * Update version files
Diffstat (limited to 'ports/librsvg')
-rw-r--r--ports/librsvg/portfile.cmake3
-rw-r--r--ports/librsvg/vcpkg.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/librsvg/portfile.cmake b/ports/librsvg/portfile.cmake
index 19b86ff47..f87ed15b9 100644
--- a/ports/librsvg/portfile.cmake
+++ b/ports/librsvg/portfile.cmake
@@ -17,6 +17,7 @@ configure_file(${CMAKE_CURRENT_LIST_DIR}/config.h.linux ${SOURCE_PATH}/config.h.
vcpkg_find_acquire_program(PKGCONFIG)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DPKG_CONFIG_EXECUTABLE=${PKGCONFIG}
@@ -31,4 +32,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH share/unofficial-librsvg TARGET_PATH share
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file
diff --git a/ports/librsvg/vcpkg.json b/ports/librsvg/vcpkg.json
index 13d220163..49114f482 100644
--- a/ports/librsvg/vcpkg.json
+++ b/ports/librsvg/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "librsvg",
"version": "2.40.20",
- "port-version": 3,
+ "port-version": 4,
"description": "A small library to render Scalable Vector Graphics (SVG)",
"homepage": "https://gitlab.gnome.org/GNOME/librsvg",
"dependencies": [