From 0cba9af437ecadfb675b749e18536ce83e5d37a9 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Wed, 24 Jul 2024 04:50:31 +0300 Subject: [PATCH] reverts --- .../debian/control | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/nvidia-graphics-drivers-#DRIVER_VERSION_MAJOR#/debian/control b/nvidia-graphics-drivers-#DRIVER_VERSION_MAJOR#/debian/control index 2b6d4d1..d5fce96 100644 --- a/nvidia-graphics-drivers-#DRIVER_VERSION_MAJOR#/debian/control +++ b/nvidia-graphics-drivers-#DRIVER_VERSION_MAJOR#/debian/control @@ -120,6 +120,23 @@ Description: NVIDIA CUDA Debugger Library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. This package contains the CUDA Debugger library for Pascal and later GPUs. +Package: libegl-nvidia0-#DRIVER_VERSION_MAJOR# +Architecture: i386 amd64 arm64 ppc64el +Multi-Arch: same +Pre-Depends: + ${{misc:Pre-Depends}} +Depends: + nvidia-alternative-#DRIVER_VERSION_MAJOR# (= ${{binary:Version}}), + ${{shlibs:Depends}}, ${{misc:Depends}} +Provides: + libegl-nvidia0 (= ${{binary:Version}}) +Conflicts: + libegl-nvidia0 +Description: NVIDIA binary EGL library + EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. + See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. + This package contains the driver specific binary EGL implementation provided by NVIDIA that is accessed via GLVND. + Package: libgl1-nvidia-glvnd-glx-#DRIVER_VERSION_MAJOR# Architecture: i386 amd64 arm64 ppc64el Multi-Arch: same