diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-15 15:27:52 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-15 15:29:56 +0100 |
| commit | 8903801dbd75c4bae7e4ea51754de1f1d03975f9 (patch) | |
| tree | 181250e4e865571278c149af384547b399fce060 | |
| parent | 284c474c145c89d9dedc04563e4d908beba725b7 (diff) | |
| download | kde-8903801dbd75c4bae7e4ea51754de1f1d03975f9.tar.gz kde-8903801dbd75c4bae7e4ea51754de1f1d03975f9.tar.bz2 kde-8903801dbd75c4bae7e4ea51754de1f1d03975f9.zip | |
kde-plasma/kinfocenter: Drop IUSE=wayland, add new optfeature
Upstream commit dd6b643df7a2ff78f19d796eba2990f09484865f
Bug: https://bugs.gentoo.org/830645
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index 6c81794e0e3..7ae4e2bd128 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -16,9 +16,9 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="gles2-only ieee1394 +opengl +pci usb wayland +X" +IUSE="gles2-only ieee1394 +opengl +pci usb +X" -REQUIRED_USE="opengl? ( X ) wayland? ( || ( opengl gles2-only ) )" +REQUIRED_USE="opengl? ( X )" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 @@ -45,10 +45,6 @@ DEPEND=" ) pci? ( sys-apps/pciutils ) usb? ( virtual/libusb:1 ) - wayland? ( - >=kde-frameworks/kwayland-${KFMIN}:5 - media-libs/mesa[egl(+)] - ) X? ( x11-libs/libX11 ) " RDEPEND="${DEPEND} @@ -63,8 +59,6 @@ src_configure() { $(cmake_use_find_package ieee1394 RAW1394) $(cmake_use_find_package pci PCIUTILS) $(cmake_use_find_package usb USB1) - $(cmake_use_find_package wayland EGL) - $(cmake_use_find_package wayland KF5Wayland) $(cmake_use_find_package X X11) ) @@ -95,5 +89,6 @@ pkg_postinst() { optfeature "Vulkan graphics API information module" dev-util/vulkan-tools optfeature "advanced CPU information module" sys-apps/util-linux fi + optfeature "Wayland information module" app-misc/wayland-utils ecm_pkg_postinst } |
