From a8b30cf96bbf8440478c01644c31a8b184a2fe5b Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Thu, 13 Apr 2023 13:49:08 +0200 Subject: [PATCH] Temporarily use dummy port for GTK3 --- .../vcpkg_overlay_ports_linux/gtk3/portfile.cmake | 1 + dependencies/vcpkg_overlay_ports_linux/gtk3/vcpkg.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 dependencies/vcpkg_overlay_ports_linux/gtk3/portfile.cmake create mode 100644 dependencies/vcpkg_overlay_ports_linux/gtk3/vcpkg.json diff --git a/dependencies/vcpkg_overlay_ports_linux/gtk3/portfile.cmake b/dependencies/vcpkg_overlay_ports_linux/gtk3/portfile.cmake new file mode 100644 index 00000000..065116c2 --- /dev/null +++ b/dependencies/vcpkg_overlay_ports_linux/gtk3/portfile.cmake @@ -0,0 +1 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) diff --git a/dependencies/vcpkg_overlay_ports_linux/gtk3/vcpkg.json b/dependencies/vcpkg_overlay_ports_linux/gtk3/vcpkg.json new file mode 100644 index 00000000..c2ca693a --- /dev/null +++ b/dependencies/vcpkg_overlay_ports_linux/gtk3/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "gtk3", + "version": "3.24.34", + "port-version": 3, + "description": "Portable library for creating graphical user interfaces.", + "homepage": "https://www.gtk.org/", + "license": null +}