summaryrefslogtreecommitdiff
path: root/databases/pgbackrest/files/patch-meson__options.txt
blob: 30bdd3e9599f672881e91390186f6649afef89be (plain) (blame)
1
2
3
4
5
6
7
8
--- meson_options.txt.orig	2024-03-24 20:53:22 UTC
+++ meson_options.txt
@@ -1,2 +1,5 @@ option('fatal-errors', type: 'boolean', value: false, 
 option('configdir', type: 'string', value: '/etc/pgbackrest', description: 'Configuration directory')
 option('fatal-errors', type: 'boolean', value: false, description: 'Stop compilation on first error')
+option('liblz4', type: 'feature', value: 'auto', description: 'Enable LZ4 compression support')
+option('libssh2', type: 'feature', value: 'auto', description: 'Enable SFTP storage support')
+option('libzstd', type: 'feature', value: 'auto', description: 'Enable Zstandard compression support')