- Add patch 0105 to fix wechat_qrcode build - Add libiconv as a dependency - Disable PKG_CONFIG_WITHOUT_PREFIX The new OpenCVUtils.cmake functions create targets for dependencies that break on paths rooted at /mingw64/. - Re-roll all fuzzy patches - Remove dropped patch 0005
25 lines
624 B
Diff
25 lines
624 B
Diff
From 8f4740a5cc88711d06becd87a33fd0b7fe4155f4 Mon Sep 17 00:00:00 2001
|
|
From: "FeRD (Frank Dana)" <ferdnyc@gmail.com>
|
|
Date: Wed, 21 Apr 2021 14:05:23 -0400
|
|
Subject: [PATCH 2/2] rgbd-module-missing-include
|
|
|
|
---
|
|
modules/rgbd/src/dynafu.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/modules/rgbd/src/dynafu.cpp b/modules/rgbd/src/dynafu.cpp
|
|
index 002be7b..45e55ff 100644
|
|
--- a/modules/rgbd/src/dynafu.cpp
|
|
+++ b/modules/rgbd/src/dynafu.cpp
|
|
@@ -24,6 +24,7 @@
|
|
# include <windows.h>
|
|
#endif
|
|
# include <GL/gl.h>
|
|
+# include <GL/glext.h>
|
|
#endif
|
|
|
|
// GL Extention definitions missing from standard Win32 gl.h
|
|
--
|
|
2.31.1
|
|
|