aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opencv3/0017-enable-gtk.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/opencv3/0017-enable-gtk.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/opencv3/0017-enable-gtk.patch')
-rw-r--r--vcpkg/ports/opencv3/0017-enable-gtk.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/opencv3/0017-enable-gtk.patch b/vcpkg/ports/opencv3/0017-enable-gtk.patch
new file mode 100644
index 0000000..1a70098
--- /dev/null
+++ b/vcpkg/ports/opencv3/0017-enable-gtk.patch
@@ -0,0 +1,11 @@
+--- a/cmake/OpenCVFindLibsGUI.cmake
++++ b/cmake/OpenCVFindLibsGUI.cmake
+@@ -61,7 +61,7 @@ endif()
+
+ # --- GTK ---
+ ocv_clear_vars(HAVE_GTK HAVE_GTK3 HAVE_GTHREAD HAVE_GTKGLEXT)
+-if(WITH_GTK AND NOT HAVE_QT)
++if(WITH_GTK)
+ if(NOT WITH_GTK_2_X)
+ ocv_check_modules(GTK3 gtk+-3.0)
+ if(HAVE_GTK3)