diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-04-21 18:47:52 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-04-22 02:51:04 -0400 |
commit | 09f3ba6abd28e573b9d70662ca0cf9578672c5cc (patch) | |
tree | dd49d90b09f29674b62423e06d6e2a768853a5a3 /gui-libs/egl-wayland | |
parent | gui-libs/egl-wayland: stabilize 1.1.11_p20230202-r1 for amd64 (diff) | |
download | gentoo-09f3ba6abd28e573b9d70662ca0cf9578672c5cc.tar.gz gentoo-09f3ba6abd28e573b9d70662ca0cf9578672c5cc.tar.bz2 gentoo-09f3ba6abd28e573b9d70662ca0cf9578672c5cc.zip |
gui-libs/egl-wayland: drop 1.1.11_p20230202-r0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'gui-libs/egl-wayland')
-rw-r--r-- | gui-libs/egl-wayland/egl-wayland-1.1.11_p20230202.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.11_p20230202.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.11_p20230202.ebuild deleted file mode 100644 index 98400e40f82d..000000000000 --- a/gui-libs/egl-wayland/egl-wayland-1.1.11_p20230202.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -HASH_EGLWAYLAND=30c5a951a849f835acc9f11ea4ca4e1d3380b7eb - -DESCRIPTION="EGLStream-based Wayland external platform" -HOMEPAGE="https://github.com/NVIDIA/egl-wayland" -SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/${HASH_EGLWAYLAND}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${HASH_EGLWAYLAND}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64" - -RDEPEND=" - dev-libs/wayland - !<x11-drivers/nvidia-drivers-470.57.02[wayland(-)]" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols - gui-libs/eglexternalplatform - media-libs/libglvnd - x11-libs/libdrm" -BDEPEND="dev-util/wayland-scanner" - -PATCHES=( - "${FILESDIR}"/${PN}-1.1.6-remove-werror.patch -) - -src_install() { - meson_src_install - - insinto /usr/share/egl/egl_external_platform.d - doins "${FILESDIR}"/10_nvidia_wayland.json -} - -pkg_postinst() { - if has_version "<x11-drivers/nvidia-drivers-391"; then - ewarn "<=nvidia-drivers-390.xx may not work properly with this version of" - ewarn "egl-wayland, it is recommended to use nouveau drivers for wayland." - fi -} |