mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
These are indentical save for being tagged now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
34 lines
817 B
Bash
34 lines
817 B
Bash
# Copyright 2024-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit meson-multilib
|
|
|
|
DESCRIPTION="NVIDIA X11/XCB EGL external platform library"
|
|
HOMEPAGE="https://github.com/NVIDIA/egl-x11/"
|
|
SRC_URI="
|
|
https://github.com/NVIDIA/egl-x11/archive/refs/tags/v${PV}.tar.gz
|
|
-> ${P}.tar.gz
|
|
"
|
|
|
|
LICENSE="Apache-2.0"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm64"
|
|
|
|
# wrt blocker, may or may not cause problems if present with <560
|
|
# drivers, and collides with <565.57.01-r2
|
|
RDEPEND="
|
|
media-libs/mesa[gbm(+),${MULTILIB_USEDEP}]
|
|
x11-libs/libX11[${MULTILIB_USEDEP}]
|
|
x11-libs/libdrm[${MULTILIB_USEDEP}]
|
|
x11-libs/libxcb:=[${MULTILIB_USEDEP}]
|
|
!<x11-drivers/nvidia-drivers-565.57.01-r2
|
|
"
|
|
DEPEND="
|
|
${RDEPEND}
|
|
>=gui-libs/eglexternalplatform-1.2
|
|
media-libs/libglvnd
|
|
x11-base/xorg-proto
|
|
"
|