mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
meson: Add sha1 library options
v2: Set the define for xha1.c programatically, rather than using loads of conditionals.
This commit is contained in:
@@ -104,6 +104,8 @@ option('mitshm', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto
|
||||
description: 'SHM extension')
|
||||
option('agp', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
|
||||
description: 'AGP support')
|
||||
option('sha1', type: 'combo', choices: ['libc', 'CommonCrypto', 'CryptoAPI', 'libmd', 'libsha1', 'libnettle', 'libgcrypt', 'libcrypto', 'auto'], value: 'auto',
|
||||
description: 'SHA1 implementation')
|
||||
|
||||
option('dri1', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI1 extension (default: auto)')
|
||||
option('dri2', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI2 extension (default: auto)')
|
||||
|
||||
Reference in New Issue
Block a user