diff options
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 804c0fc..25b1f47 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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 @@ -40,11 +43,13 @@ parts: barrier: source: . + source-type: git plugin: cmake configflags: - "-DCMAKE_INSTALL_PREFIX=/usr" - "-DCMAKE_BUILD_TYPE=Release" build-packages: + - build-essential - xorg-dev - libcurl4-openssl-dev - libavahi-compat-libdnssd-dev |
