Merge pull request #553 from maxiberta/disable-wayland
Disable wayland support in the snap
This commit is contained in:
commit
e5999f01a8
|
@ -11,6 +11,9 @@ license: GPL-2.0
|
|||
apps:
|
||||
barrier:
|
||||
command: desktop-launch barrier #first run might take longer
|
||||
environment:
|
||||
# Fallback to XWayland if running in a Wayland session.
|
||||
DISABLE_WAYLAND: 1
|
||||
desktop: usr/share/applications/barrier.desktop
|
||||
common-id: com.github.debauchee.barrier
|
||||
plugs: &plugs
|
||||
|
@ -45,6 +48,7 @@ parts:
|
|||
- "-DCMAKE_INSTALL_PREFIX=/usr"
|
||||
- "-DCMAKE_BUILD_TYPE=Release"
|
||||
build-packages:
|
||||
- build-essential
|
||||
- xorg-dev
|
||||
- libcurl4-openssl-dev
|
||||
- libavahi-compat-libdnssd-dev
|
||||
|
|
Loading…
Reference in New Issue