summarylogtreecommitdiffstats
path: root/0001-glfw.patch
diff options
context:
space:
mode:
authorhowetuft2024-01-31 15:33:25 +0100
committerhowetuft2024-01-31 16:18:22 +0100
commitabc42a7fee204a64a8394a3d2f6f4ac8718ee6ca (patch)
tree165cac759cb4040b5f748ad60152c184e858b487 /0001-glfw.patch
parentb570197b74493ed8c1ed94dfe18067efb607f9e6 (diff)
downloadaur-luxcorerender.tar.gz
Remove fmt dependency
Diffstat (limited to '0001-glfw.patch')
-rw-r--r--0001-glfw.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/0001-glfw.patch b/0001-glfw.patch
deleted file mode 100644
index e9255cf7f8f8..000000000000
--- a/0001-glfw.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From cac71451ef9ce473d8cd4ee86f6da1f2143efe96 Mon Sep 17 00:00:00 2001
-From: howetuft <howetuft@gmail.com>
-Date: Sat, 21 May 2022 18:16:28 +0200
-Subject: [PATCH 01/14] glfw
-
----
- samples/luxcoreui/CMakeLists.txt | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/samples/luxcoreui/CMakeLists.txt b/samples/luxcoreui/CMakeLists.txt
-index 8b74e0704..d2e823874 100644
---- a/samples/luxcoreui/CMakeLists.txt
-+++ b/samples/luxcoreui/CMakeLists.txt
-@@ -22,7 +22,10 @@
- #
- #############################################################################
-
--add_subdirectory(deps/glfw-3.1.1)
-+find_package(glfw3 REQUIRED)
-+IF(NOT ${GLFW3_FOUND})
-+ add_subdirectory(deps/glfw-3.1.1)
-+ENDIF()
- include_directories(deps/glfw-3.1.1/include)
- include_directories(deps/nfd/include)
-
---
-2.41.0
-