Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2017-12-12 11:15:23 +0300
committerJanek Bevendorff <janek@jbev.net>2018-01-04 23:42:20 +0300
commit06518c57361f366d7d4b00fc9cb441dae57174c5 (patch)
tree44373fe0eba4398a4cad67da4b3746cc3922d721 /snapcraft.yaml
parenta7e6e4ef45874b93cfdc53510fb7d32bb207e401 (diff)
keepassxc-browser
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 97a4bc255..d614c354f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -29,6 +29,7 @@ parts:
- -DWITH_XC_AUTOTYPE=ON
- -DWITH_XC_HTTP=ON
- -DWITH_XC_YUBIKEY=ON
+ - -DWITH_XC_BROWSER=ON
build-packages:
- g++
- libgcrypt20-dev
@@ -41,6 +42,7 @@ parts:
- libxtst-dev
- libyubikey-dev
- libykpers-1-dev
+ - libsodium-dev
stage-packages:
- dbus
- qttranslations5-l10n # common translations
@@ -65,4 +67,3 @@ parts:
- libqt5svg5 # for loading icon themes which are svg
- locales-all
- xdg-user-dirs
-