aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-06-11 19:20:28 -0700
committerGitHub <noreply@github.com>2020-06-11 19:20:28 -0700
commit68244603d08e847f8af55ac5a7f5cb10cc70d04d (patch)
treea047edfb7fd557efeee2619d7e9051a24bd26453
parentbe298744f7405045092f70379f3fad18de70b3db (diff)
downloadvcpkg-68244603d08e847f8af55ac5a7f5cb10cc70d04d.tar.gz
vcpkg-68244603d08e847f8af55ac5a7f5cb10cc70d04d.zip
[gtk] DISABLE_PARALLEL_CONFIGURE (#11892)
-rw-r--r--ports/gtk/CONTROL2
-rw-r--r--ports/gtk/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/gtk/CONTROL b/ports/gtk/CONTROL
index 56e660c5c..037d87efd 100644
--- a/ports/gtk/CONTROL
+++ b/ports/gtk/CONTROL
@@ -1,5 +1,5 @@
Source: gtk
-Version: 3.22.19-3
+Version: 3.22.19-4
Homepage: https://www.gtk.org/
Description: Portable library for creating graphical user interfaces.
Build-Depends: glib, atk, gdk-pixbuf, pango, cairo, libepoxy, gettext
diff --git a/ports/gtk/portfile.cmake b/ports/gtk/portfile.cmake
index ad729ba01..d77bee058 100644
--- a/ports/gtk/portfile.cmake
+++ b/ports/gtk/portfile.cmake
@@ -30,6 +30,7 @@ endif()
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DGTK_VERSION=${GTK_VERSION}
OPTIONS_DEBUG