diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
| commit | 210404a73706993d197c1290d5a411394e176fbe (patch) | |
| tree | 93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/cpp-httplib/meson_options.txt | |
| parent | a65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff) | |
remove unused lib files
Diffstat (limited to 'libs/cpp-httplib/meson_options.txt')
| -rw-r--r-- | libs/cpp-httplib/meson_options.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libs/cpp-httplib/meson_options.txt b/libs/cpp-httplib/meson_options.txt deleted file mode 100644 index deff537..0000000 --- a/libs/cpp-httplib/meson_options.txt +++ /dev/null @@ -1,20 +0,0 @@ -# SPDX-FileCopyrightText: 2021 Andrea Pappacoda -# -# SPDX-License-Identifier: MIT - -option('openssl', type: 'feature', value: 'auto', description: 'Enable OpenSSL support') -option('zlib', type: 'feature', value: 'auto', description: 'Enable zlib support') -option('brotli', type: 'feature', value: 'auto', description: 'Enable Brotli support') -option('macosx_keychain', type: 'feature', value: 'auto', description: 'Enable loading certs from the Keychain on Apple devices') -option('non_blocking_getaddrinfo', type: 'feature', value: 'auto', description: 'Enable asynchronous name lookup') -option('compile', type: 'boolean', value: false, description: 'Split the header into a compilable header & source file (requires python3)') -option('test', type: 'boolean', value: false, description: 'Build tests') - -# Old option names -option('cpp-httplib_openssl', type: 'feature', deprecated: 'openssl') -option('cpp-httplib_zlib', type: 'feature', deprecated: 'zlib') -option('cpp-httplib_brotli', type: 'feature', deprecated: 'brotli') -option('cpp-httplib_macosx_keychain', type: 'feature', deprecated: 'macosx_keychain') -option('cpp-httplib_non_blocking_getaddrinfo', type: 'feature', deprecated: 'non_blocking_getaddrinfo') -option('cpp-httplib_compile', type: 'boolean', value: false, deprecated: 'compile') -option('cpp-httplib_test', type: 'boolean', value: false, deprecated: 'test') |
