Fix a link error when building kwin.
This commit is contained in:
parent
44aeeedd60
commit
265e6367f7
1 changed files with 1 additions and 1 deletions
|
@ -28,8 +28,8 @@ set(QT5PLATFORMSUPPORT_LIBS
|
|||
)
|
||||
|
||||
target_link_libraries(KWinQpaPlugin
|
||||
${FREETYPE_LIBRARIES}
|
||||
${QT5PLATFORMSUPPORT_LIBS}
|
||||
${FREETYPE_LIBRARIES} # Must be after QT5PLATFORMSUPPORT_LIBS
|
||||
Fontconfig::Fontconfig
|
||||
KF5::WaylandClient
|
||||
kwin
|
||||
|
|
Loading…
Reference in a new issue