Browse Source

snap: break the build

It is requested to break the snap build
because snap support for Qt 6 is currently
lacking and snap is supposed to contain
the Qt UI.
pull/162/head
Fatih Uzunoglu 2 years ago
committed by Steve Lhomme
parent
commit
f2fed209e4
  1. 1
      extras/package/snap/snapcraft.yaml

1
extras/package/snap/snapcraft.yaml

@ -72,6 +72,7 @@ parts:
source-type: git
plugin: autotools
override-build: |
false
sed -i 's|0\.19\.8|0\.19\.7|' configure.ac
cd extras/tools
./bootstrap

Loading…
Cancel
Save