[CI][GTK] Fix vulkan_enabled bug in GTK (#39788)

Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
This commit is contained in:
Javier Matos Denizac 2024-07-10 16:43:47 -04:00 committed by GitHub
parent 230d85084c
commit 3d72d8c930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff --git a/meson.build b/meson.build
index 5ade7c2..9f48161 100644
--- a/meson.build
+++ b/meson.build
@@ -123,7 +123,6 @@ os_unix = not os_win32
if os_darwin
wayland_enabled = false
- vulkan_enabled = false
else
macos_enabled = false
endif

View File

@ -10,6 +10,7 @@ vcpkg_from_gitlab(
HEAD_REF master # branch name
PATCHES
0001-build.patch
fix_vulkan_enabled.patch
)
vcpkg_find_acquire_program(PKGCONFIG)

View File

@ -1,6 +1,7 @@
{
"name": "gtk",
"version": "4.14.0",
"port-version": 1,
"description": "Portable library for creating graphical user interfaces.",
"homepage": "https://www.gtk.org/",
"license": "LGPL-2.0-only",

View File

@ -3254,7 +3254,7 @@
},
"gtk": {
"baseline": "4.14.0",
"port-version": 0
"port-version": 1
},
"gtk3": {
"baseline": "3.24.38",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4a2c53b5715720e68051e3d26bfa56a83b6c8de0",
"version": "4.14.0",
"port-version": 1
},
{
"git-tree": "d5ba4a94cd8433f563ba1519395f202d29bd8790",
"version": "4.14.0",