1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

Use separate install dir for different plugins

The service types are deprecated and not needed anymore when using the
JSON metadata. Instead install the different plugin types into dedicated
dirs, this way there is not additional filtering needed.
This commit is contained in:
Alexander Lohnau
2021-05-20 07:03:47 +02:00
parent 4f2861415a
commit 218f0e20f6
8 changed files with 8 additions and 15 deletions

View File

@@ -49,5 +49,5 @@ target_link_libraries (krfb_framebuffer_pw
)
install (TARGETS krfb_framebuffer_pw
DESTINATION ${KDE_INSTALL_PLUGINDIR}/krfb
DESTINATION ${KDE_INSTALL_PLUGINDIR}/krfb/framebuffer
)