diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-02 10:56:39 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-24 10:42:18 +0200 |
| commit | 09847462a8e1cd97c7a68fefe2e9fa5aaa1d2f3e (patch) | |
| tree | 0f8cc3cb8195f12577c649f2a7607b33ba16510a | |
| parent | 681d01b2d9239b59e011b837f143cc5428973dc7 (diff) | |
| download | kde-09847462a8e1cd97c7a68fefe2e9fa5aaa1d2f3e.tar.gz kde-09847462a8e1cd97c7a68fefe2e9fa5aaa1d2f3e.tar.bz2 kde-09847462a8e1cd97c7a68fefe2e9fa5aaa1d2f3e.zip | |
kde-frameworks/plasma: Fix build with USE -X
Upstream commit d674a99d19efcad866a773fe6c848a7626a61c0a
Bug: https://bugs.gentoo.org/813450
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/plasma/plasma-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild index 9ee0971aafb..0d0132ba953 100644 --- a/kde-frameworks/plasma/plasma-9999.ebuild +++ b/kde-frameworks/plasma/plasma-9999.ebuild @@ -41,7 +41,7 @@ RDEPEND=" =kde-frameworks/kpackage-${PVCUT}*:5 =kde-frameworks/kservice-${PVCUT}*:5 =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?] =kde-frameworks/kxmlgui-${PVCUT}*:5 !gles2-only? ( media-libs/libglvnd[X?] ) wayland? ( @@ -65,8 +65,7 @@ src_configure() { $(cmake_use_find_package man KF5DocTools) $(cmake_use_find_package wayland EGL) $(cmake_use_find_package wayland KF5Wayland) - $(cmake_use_find_package X X11) - $(cmake_use_find_package X XCB) + -DWITHOUT_X11=$(usex !X) ) ecm_src_configure |
