aboutsummaryrefslogtreecommitdiff
path: root/emulators/86Box/files/patch-src_video_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/86Box/files/patch-src_video_CMakeLists.txt')
-rw-r--r--emulators/86Box/files/patch-src_video_CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/86Box/files/patch-src_video_CMakeLists.txt b/emulators/86Box/files/patch-src_video_CMakeLists.txt
deleted file mode 100644
index 36e929c16c4b..000000000000
--- a/emulators/86Box/files/patch-src_video_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/video/CMakeLists.txt.orig 2025-08-24 18:56:26 UTC
-+++ src/video/CMakeLists.txt
-@@ -143,6 +143,8 @@ add_library(vid OBJECT
-
- )
-
-+target_include_directories(vid PRIVATE /usr/local/include)
-+
- if(G100)
- target_compile_definitions(vid PRIVATE USE_G100)
- endif()