aboutsummaryrefslogtreecommitdiff
path: root/emulators/86Box/files/patch-src_printer_CMakeLists.txt
blob: a07e28d7042791438fab0da2d06fafbf02c37b4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/printer/CMakeLists.txt.orig	2025-08-24 12:26:31 UTC
+++ src/printer/CMakeLists.txt
@@ -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)
+target_include_directories(print PRIVATE ${FREETYPE_INCLUDE_DIRS})
 if(STATIC_BUILD)
     # if(QT)
         # Qt provides its own version of harfbuzz which leads to duplicated symbols.