diff options
Diffstat (limited to 'gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild')
-rw-r--r-- | gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild deleted file mode 100644 index 0e4f1d042f0d..000000000000 --- a/gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson-multilib - -HASH_EGLWAYLAND=eeb29e10e5e7bedb0ce81cfff34683eda960bc80 - -DESCRIPTION="NVIDIA wayland EGL external platform library" -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[${MULTILIB_USEDEP}] - x11-libs/libdrm[${MULTILIB_USEDEP}] -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols - >=gui-libs/eglexternalplatform-1.1-r1 - media-libs/libglvnd -" -BDEPEND=" - dev-util/wayland-scanner -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.1.6-remove-werror.patch -) |