Skip to content

Commit a419cc6

Browse files
authored
Merge pull request #1750 from cdesiniotis/add-egl-wayland2-to-cdi-spec
Add libnvidia-egl-wayland2 to the graphics discoverer
2 parents aeb2e4e + 1a8d0bb commit a419cc6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/discover/graphics.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func NewGraphicsMountsDiscoverer(logger logger.Interface, driver *root.Driver, h
6363
"glvnd/egl_vendor.d/10_nvidia.json",
6464
"egl/egl_external_platform.d/15_nvidia_gbm.json",
6565
"egl/egl_external_platform.d/10_nvidia_wayland.json",
66+
"egl/egl_external_platform.d/09_nvidia_wayland2.json",
6667
"nvidia/nvoptix.bin",
6768
"X11/xorg.conf.d/10-nvidia.conf",
6869
"X11/xorg.conf.d/nvidia-drm-outputclass.conf",
@@ -134,6 +135,7 @@ func newGraphicsLibrariesDiscoverer(logger logger.Interface, driver *root.Driver
134135
// have the RM version. Use the *.* pattern to match X.Y.Z versions.
135136
"libnvidia-egl-gbm.so.*.*",
136137
"libnvidia-egl-wayland.so.*.*",
138+
"libnvidia-egl-wayland2.so.*.*",
137139
// We include the following libraries to have them available for
138140
// symlink creation below:
139141
// If CDI injection is used, these should already be detected as:

0 commit comments

Comments
 (0)