Skip to content

Commit

Permalink
kde-plasma/plasma-login-sessions: Set -DKDE_INSTALL_LIBEXECDIR=/usr/l…
Browse files Browse the repository at this point in the history
…ibexec

As a temporary workaround for ecm-common.eclass not doing so.

Bug: https://bugs.gentoo.org/941502
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Oct 15, 2024
1 parent 96f371f commit 90ec8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ecm-common_inject_heredoc() {

src_configure() {
local mycmakeargs=(
-DKDE_INSTALL_LIBEXECDIR=/usr/libexec # temp. workaround, bug 941502
-DPLASMA_X11_DEFAULT_SESSION=$(usex !wayland)
)
ecm-common_src_configure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ecm-common_inject_heredoc() {

src_configure() {
local mycmakeargs=(
-DKDE_INSTALL_LIBEXECDIR=/usr/libexec # temp. workaround, bug 941502
-DPLASMA_X11_DEFAULT_SESSION=$(usex !wayland)
)
ecm-common_src_configure
Expand Down

0 comments on commit 90ec8ae

Please sign in to comment.