Skip to content

Commit a3931aa

Browse files
committed
Add /usr/share/libdrm/amdgpu.ids (#11)
See discussion here: https://discourse.ubuntu.com/t/the-graphics-core20-snap-interface/23000/2
1 parent 73cbef2 commit a3931aa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This supplies the graphics-core20 content interface:
88
.../drv contains the mesa drivers (set LIBGL_DRIVERS_PATH/LIBVA_DRIVERS_PATH to this)
99
.../glvnd/egl_vendor.d contains the mesa ICD (set __EGL_VENDOR_LIBRARY_DIRS to this)
1010
.../etc/mir-quirks contains any Mir configuration for driver support (none for mesa)
11+
.../libdrm contains mesa configuration for driver support (layout to /usr/share/libdrm)
1112

1213
----
1314

snap/snapcraft.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ parts:
2929
'usr/lib/${SNAPCRAFT_ARCH_TRIPLET}/dri/*': egl/dri/
3030
'usr/lib/${SNAPCRAFT_ARCH_TRIPLET}/*.so*': egl/lib/
3131
'usr/share/glvnd': egl/glvnd/
32+
'usr/share/libdrm': egl/libdrm/
3233
prime:
3334
- egl/lib
3435
- egl/dri
3536
- egl/glvnd
37+
- egl/libdrm
3638

3739
slots:
3840
graphics-core20:

0 commit comments

Comments
 (0)