mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[CI][GTK] Fix vulkan_enabled bug in GTK (#39788)
Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
This commit is contained in:
parent
230d85084c
commit
3d72d8c930
12
ports/gtk/fix_vulkan_enabled.patch
Normal file
12
ports/gtk/fix_vulkan_enabled.patch
Normal 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
|
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -3254,7 +3254,7 @@
|
||||
},
|
||||
"gtk": {
|
||||
"baseline": "4.14.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"gtk3": {
|
||||
"baseline": "3.24.38",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4a2c53b5715720e68051e3d26bfa56a83b6c8de0",
|
||||
"version": "4.14.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "d5ba4a94cd8433f563ba1519395f202d29bd8790",
|
||||
"version": "4.14.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user