diff options
Diffstat (limited to 'emulators/86Box/files/patch-src_printer_CMakeLists.txt')
-rw-r--r-- | emulators/86Box/files/patch-src_printer_CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/86Box/files/patch-src_printer_CMakeLists.txt b/emulators/86Box/files/patch-src_printer_CMakeLists.txt index a6da4a25f91e..a07e28d70427 100644 --- a/emulators/86Box/files/patch-src_printer_CMakeLists.txt +++ b/emulators/86Box/files/patch-src_printer_CMakeLists.txt @@ -1,6 +1,6 @@ ---- src/printer/CMakeLists.txt.orig 2024-08-02 00:15:09 UTC +--- src/printer/CMakeLists.txt.orig 2025-08-24 12:26:31 UTC +++ src/printer/CMakeLists.txt -@@ -29,6 +29,7 @@ target_link_libraries(86Box PkgConfig::FREETYPE) +@@ -37,6 +37,7 @@ target_link_libraries(86Box PkgConfig::FREETYPE) find_package(PkgConfig REQUIRED) pkg_check_modules(FREETYPE REQUIRED IMPORTED_TARGET freetype2) target_link_libraries(86Box PkgConfig::FREETYPE) |