Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
Add path to kwin_wayland binary to KWin's installed CMakeConfig
Browse files Browse the repository at this point in the history
The absolute path is needed by e.g. startplasmacompositor.

REVIEW: 126106
  • Loading branch information
mgraesslin committed Nov 19, 2015
1 parent 7a57e8c commit eabddf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KWinDBusInterfaceConfig.cmake.in
Expand Up @@ -3,3 +3,4 @@
set(KWIN_INTERFACE "@PACKAGE_KDE_INSTALL_DBUSINTERFACEDIR@/org.kde.KWin.xml")
set(KWIN_COMPOSITING_INTERFACE "@PACKAGE_KDE_INSTALL_DBUSINTERFACEDIR@/org.kde.kwin.Compositing.xml")
set(KWIN_EFFECTS_INTERFACE "@PACKAGE_KDE_INSTALL_DBUSINTERFACEDIR@/org.kde.kwin.Effects.xml")
set(KWIN_WAYLAND_BIN_PATH "@CMAKE_INSTALL_FULL_BINDIR@/kwin_wayland")

0 comments on commit eabddf9

Please sign in to comment.