Skip to content

Commit

Permalink
[ysfx] Allow to specify whether local lib version uses fontconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 9, 2024
1 parent b162bec commit 12a2f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-ysfx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if(TARGET Freetype::Freetype)
)
endif()

if(SCORE_FHS_BUILD)
if(SCORE_FHS_BUILD OR SCORE_YSFX_WITH_FONTCONFIG)
target_link_libraries(${PROJECT_NAME} PUBLIC -lfontconfig)
endif()

Expand Down

0 comments on commit 12a2f1e

Please sign in to comment.