diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-13 22:52:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-13 22:52:18 +0200 |
commit | 0831e1515372e4c27a7ad48a911d3f516cae4422 (patch) | |
tree | 7b21f5c733546081b6ab72204bf32333295fcc8d /kde-plasma | |
parent | kde-plasma/plasma5support: Add IUSE geolocation (diff) | |
download | kde-0831e1515372e4c27a7ad48a911d3f516cae4422.tar.gz kde-0831e1515372e4c27a7ad48a911d3f516cae4422.tar.bz2 kde-0831e1515372e4c27a7ad48a911d3f516cae4422.zip |
kde-plasma/plasma5support: Add IUSE X
mouse dataengine moved from plasma-workspace
Upstream commit db8e58ad4e91f562ae7e9f7348ae480d4771d669
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma5support/plasma5support-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild index 4bec1d3012..617e6b8f89 100644 --- a/kde-plasma/plasma5support/plasma5support-9999.ebuild +++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6" LICENSE="GPL-2+ LGPL-2+" SLOT="6" KEYWORDS="" -IUSE="geolocation" +IUSE="geolocation X" RESTRICT="test" # bug 926347 @@ -33,6 +33,7 @@ DEPEND=" >=kde-frameworks/solid-${KFMIN}:6 >=kde-plasma/libksysguard-${PVCUT}:6 geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 ) + X? ( x11-libs/libX11 ) " RDEPEND="${DEPEND} !kde-plasma/plasma-workspace:5 @@ -42,6 +43,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( $(cmake_use_find_package geolocation KF6NetworkManagerQt) + $(cmake_use_find_package X X11) ) ecm_src_configure } |