mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
build-sys: meson: Add atomic ops related checks
This commit is contained in:
parent
25308fe88f
commit
1e996445f7
7 changed files with 61 additions and 8 deletions
|
|
@ -27,6 +27,12 @@ option('legacy-database-entry-format',
|
|||
option('running-from-build-tree',
|
||||
type : 'boolean',
|
||||
description : 'Enable running from build tree')
|
||||
option('atomic-arm-linux-helpers',
|
||||
type : 'boolean', value : true,
|
||||
description : 'Use inline asm or libatomic_ops instead')
|
||||
option('atomic-arm-memory-barrier',
|
||||
type : 'boolean', value : false,
|
||||
description : 'Enable memory barriers (only really needed in SMP arm systems)')
|
||||
|
||||
# Paths
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue