Skip to content

Commit 790b17b

Browse files
Properly check for freetype in main CMakeLists.txt
1 parent 9c1b3ff commit 790b17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if(ENABLE_SVG)
5050
message(FATAL_ERROR "Error: no SVG support found in Cairo")
5151
endif()
5252

53-
pkg_check_modules(freetype REQUIRED)
53+
pkg_check_modules(freetype REQUIRED freetype)
5454
endif()
5555

5656
# fontforge starts using pkg-config 'correctly' since 2.0.0

0 commit comments

Comments
 (0)