gst1-plugins-base: bump to version 1.10.4
[buildroot-gz.git] / package / git-crypt / Config.in
blob362fe9a6002788c399b27a653d96127a19183678
1 config BR2_PACKAGE_GIT_CRYPT
2         bool "git-crypt"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_MMU # git
5         select BR2_PACKAGE_GIT # runtime
6         select BR2_PACKAGE_OPENSSL
7         help
8           git-crypt enables transparent encryption and decryption of
9           files in a git repository.
11           https://www.agwa.name/projects/git-crypt/
13 comment "git-crypt needs a toolchain w/ C++"
14         depends on !BR2_INSTALL_LIBSTDCPP
15         depends on BR2_USE_MMU