diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-15 18:23:52 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-15 18:23:52 +0200 |
| commit | 90ec8ae503c1d5723e460a578ffe86f529c0832f (patch) | |
| tree | 4b3a8a66c4f889d4a3b3d088ecffab772946a3c6 | |
| parent | 96f371f5fb9791426cdc25c75e44a95e7d2876e9 (diff) | |
| download | kde-90ec8ae503c1d5723e460a578ffe86f529c0832f.tar.gz kde-90ec8ae503c1d5723e460a578ffe86f529c0832f.tar.bz2 kde-90ec8ae503c1d5723e460a578ffe86f529c0832f.zip | |
kde-plasma/plasma-login-sessions: Set -DKDE_INSTALL_LIBEXECDIR=/usr/libexec
As a temporary workaround for ecm-common.eclass not doing so.
Bug: https://bugs.gentoo.org/941502
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild | 1 | ||||
| -rw-r--r-- | kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild index 83b714c4ff5..91a865e030c 100644 --- a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild +++ b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild @@ -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 diff --git a/kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild b/kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild index 83b714c4ff5..91a865e030c 100644 --- a/kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild +++ b/kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild @@ -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 |
