File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This supplies the graphics-core20 content interface:
8
8
.../drv contains the mesa drivers (set LIBGL_DRIVERS_PATH/LIBVA_DRIVERS_PATH to this)
9
9
.../glvnd/egl_vendor.d contains the mesa ICD (set __EGL_VENDOR_LIBRARY_DIRS to this)
10
10
.../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)
11
12
12
13
----
13
14
Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ parts:
29
29
' usr/lib/${SNAPCRAFT_ARCH_TRIPLET}/dri/* ' : egl/dri/
30
30
' usr/lib/${SNAPCRAFT_ARCH_TRIPLET}/*.so* ' : egl/lib/
31
31
' usr/share/glvnd ' : egl/glvnd/
32
+ ' usr/share/libdrm ' : egl/libdrm/
32
33
prime :
33
34
- egl/lib
34
35
- egl/dri
35
36
- egl/glvnd
37
+ - egl/libdrm
36
38
37
39
slots :
38
40
graphics-core20 :
You can’t perform that action at this time.
0 commit comments