diff options
Diffstat (limited to 'emulators/86Box/files/patch-src_video_CMakeLists.txt')
-rw-r--r-- | emulators/86Box/files/patch-src_video_CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/86Box/files/patch-src_video_CMakeLists.txt b/emulators/86Box/files/patch-src_video_CMakeLists.txt new file mode 100644 index 000000000000..36e929c16c4b --- /dev/null +++ b/emulators/86Box/files/patch-src_video_CMakeLists.txt @@ -0,0 +1,11 @@ +--- 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() |