Fix linkage against freetype
Target "XcbQpa" links to target "Freetype::Freetype" but the target was not There was indeed a find_package(Freetype) missing Change-Id: I486adbcf3b4ed0ae849a11294e2b83d2dc45d66f Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>bb10
parent
8ee0cb04bd
commit
a372783f66
|
|
@ -8,6 +8,7 @@ find_package(X11)
|
|||
find_package(XCB)
|
||||
find_package(XKB)
|
||||
find_package(PkgConfig)
|
||||
find_package(Freetype)
|
||||
|
||||
pkg_check_modules(XKB_COMMON_X11 xkbcommon-x11>=0.4.1 IMPORTED_TARGET)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue