diff options
| -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 } |
