summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-07-21 06:15:04 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2020-07-21 06:15:04 -0400
commitfbc30002ab3438356c0476e70c4577a0310d52c0 (patch)
tree62b4c241ad0b2a65b0e430b9f7710ed944d30fb1 /snap
parentdff8b887edf10407f22aaab9d147948cd5491f0a (diff)
New upstream version 2.3.3+dfsg.upstream/2.3.3+dfsg
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml5
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