aboutsummaryrefslogtreecommitdiffstats
path: root/community/blender/0002-fix-linking-issue.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/blender/0002-fix-linking-issue.patch')
-rw-r--r--community/blender/0002-fix-linking-issue.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/blender/0002-fix-linking-issue.patch b/community/blender/0002-fix-linking-issue.patch
deleted file mode 100644
index b0a89a1f284..00000000000
--- a/community/blender/0002-fix-linking-issue.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 0c54af73d5cf71675ebd9776a892e1c47617e3ac Mon Sep 17 00:00:00 2001
-From: Leon Marz <lmarz@cs.uni-frankfurt.de>
-Date: Tue, 1 Sep 2020 09:11:18 +0200
-Subject: [PATCH 2/3] fix linking issue
-
----
- intern/ghost/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
-index 9421ede..bcc5017 100644
---- a/intern/ghost/CMakeLists.txt
-+++ b/intern/ghost/CMakeLists.txt
-@@ -519,5 +519,5 @@ if(WITH_XR_OPENXR)
- endif()
-
- add_definitions(${GL_DEFINITIONS})
--
-+list(APPEND LIB "-lX11" "-lXi" "-lXxf86vm" "-lXfixes" "-lXrender")
- blender_add_lib(bf_intern_ghost "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
---
-2.36.1
-