We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b07595 commit 1e4a840Copy full SHA for 1e4a840
snapcraft.yaml
@@ -23,6 +23,10 @@ confinement: strict
23
grade: stable
24
base: core22 # if the base is changed, the BUILDENV part must be updated
25
26
+package-repositories:
27
+ - type: apt
28
+ ppa: desktop-snappers/core22-mesa-backports
29
+
30
parts:
31
buildenv:
32
plugin: nil
@@ -1547,7 +1551,9 @@ parts:
1547
1551
- libcurl4-openssl-dev
1548
1552
- libdbus-1-3
1549
1553
- libdbus-1-dev
1554
+ - libxcb-dri2-0
1550
1555
- libxcb-dri3-0
1556
+ - libglapi-mesa
1557
- libdrm2
1558
- libdrm-dev
1559
- libdrm-common
0 commit comments