Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions templates/info.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"allow_env": {
"GBM_BACKENDS_PATH": "/usr/lib/$TRIPLET_LIST/gbm",
"LIBGL_DRIVERS_PATH": "/usr/lib/$TRIPLET_LIST/dri",
"LIBVA_DRIVERS_PATH": "/usr/lib/$TRIPLET_LIST/dri",
"VDPAU_DRIVER_PATH": "usr/lib/$TRIPLET_LIST/vdpau",
"VK_ADD_DRIVER_FILES": "",
"__EGL_VENDOR_LIBRARY_DIRS": "/usr/share/glvnd/egl_vendor.d"
Expand All @@ -89,6 +90,7 @@
"allow_env": {
"GBM_BACKENDS_PATH": "/usr/lib/$TRIPLET_LIST/gbm",
"LIBGL_DRIVERS_PATH": "/usr/lib/$TRIPLET_LIST/dri",
"LIBVA_DRIVERS_PATH": "/usr/lib/$TRIPLET_LIST/dri",
"VK_ADD_DRIVER_FILES": "",
"__EGL_VENDOR_LIBRARY_DIRS": "/usr/share/glvnd/egl_vendor.d"
}
Expand Down
2 changes: 2 additions & 0 deletions templates/linglong.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ package:
allow_env:
GBM_BACKENDS_PATH: /usr/lib/$TRIPLET_LIST/gbm
LIBGL_DRIVERS_PATH: /usr/lib/$TRIPLET_LIST/dri
LIBVA_DRIVERS_PATH: /usr/lib/$TRIPLET_LIST/dri
VDPAU_DRIVER_PATH: usr/lib/$TRIPLET_LIST/vdpau
VK_ADD_DRIVER_FILES: ''
__EGL_VENDOR_LIBRARY_DIRS: /usr/share/glvnd/egl_vendor.d
Expand All @@ -64,6 +65,7 @@ package:
allow_env:
GBM_BACKENDS_PATH: /usr/lib/$TRIPLET_LIST/gbm
LIBGL_DRIVERS_PATH: /usr/lib/$TRIPLET_LIST/dri
LIBVA_DRIVERS_PATH: /usr/lib/$TRIPLET_LIST/dri
VK_ADD_DRIVER_FILES: ''
__EGL_VENDOR_LIBRARY_DIRS: /usr/share/glvnd/egl_vendor.d

Expand Down