mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[gtk] DISABLE_PARALLEL_CONFIGURE (#11892)
This commit is contained in:
parent
be298744f7
commit
68244603d0
@ -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
|
||||
|
@ -30,6 +30,7 @@ endif()
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
OPTIONS
|
||||
-DGTK_VERSION=${GTK_VERSION}
|
||||
OPTIONS_DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user