Skip to content

Commit

Permalink
generic: add nvidia-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
smp79 committed Feb 15, 2025
1 parent e2eadaf commit cfb5dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/graphics/mesa/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi
if listcontains "${GRAPHIC_DRIVERS}" "(nvidia|nvidia-ng" ||
[ "${OPENGL_SUPPORT}" = "yes" ] &&
[ "${DISPLAYSERVER}" != "x11" ]; then
PKG_DEPENDS_TARGET+=" libglvnd"
PKG_DEPENDS_TARGET+=" nvidia libglvnd"
PKG_MESON_OPTS_TARGET+=" -Dglvnd=enabled"
else
PKG_MESON_OPTS_TARGET+=" -Dglvnd=disabled"
Expand Down
2 changes: 1 addition & 1 deletion projects/Generic/devices/gbm/options
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# Mesa 3D Graphic drivers to use (all / crocus,i915,iris,r300,r600,radeonsi,vmware,virtio)
# Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi vmware virtio"
GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi vmware virtio"
GRAPHIC_DRIVERS="crocus i915 iris nvidia-ng r300 r600 radeonsi vmware virtio"

0 comments on commit cfb5dbe

Please sign in to comment.