Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/gtk3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else()
list(APPEND OPTIONS_RELEASE -Dintrospection=false)
endif()

if(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_FREEBSD OR VCPKG_TARGET_IS_OPENBSD)
if("wayland" IN_LIST FEATURES)
list(APPEND OPTIONS -Dwayland_backend=true)
else()
list(APPEND OPTIONS -Dwayland_backend=false)
Expand Down
18 changes: 9 additions & 9 deletions ports/gtk3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gtk3",
"version": "3.24.51",
"port-version": 1,
"port-version": 2,
"description": "Portable library for creating graphical user interfaces.",
"homepage": "https://www.gtk.org/",
"license": null,
Expand Down Expand Up @@ -53,14 +53,6 @@
{
"name": "vcpkg-tool-meson",
"host": true
},
{
"name": "wayland",
"platform": "linux | freebsd | openbsd"
},
{
"name": "wayland-protocols",
"platform": "linux | freebsd | openbsd"
}
],
"features": {
Expand Down Expand Up @@ -91,6 +83,14 @@
]
}
]
},
"wayland": {
"description": "Build with Wayland support",
"supports": "linux | freebsd | openbsd",
"dependencies": [
"wayland",
"wayland-protocols"
]
}
}
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3554,7 +3554,7 @@
},
"gtk3": {
"baseline": "3.24.51",
"port-version": 1
"port-version": 2
},
"gtkmm": {
"baseline": "4.14.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gtk3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8a829ae7e34f4a45e44afea6cb9fac96ea074274",
"version": "3.24.51",
"port-version": 2
},
{
"git-tree": "13503599f7ef571b58ef8a9897a2aabd972945be",
"version": "3.24.51",
Expand Down