aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers/snap-hooks/configure
blob: 74f77985bb8bdf5f5cc35dfb95f0b4245f4a9109 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -eu

wayland_native="$(snapctl get wayland-native)"
if [[ -z "$wayland_native" ]]; then
    snapctl set wayland-native=true
fi