mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: fix build with simple
Signed-off-by: David Heidelberg <david@ixit.cz>
This commit is contained in:
parent
363b1ae69c
commit
f5f474dc67
1 changed files with 2 additions and 0 deletions
|
|
@ -249,6 +249,8 @@ if get_option('database') == 'tdb'
|
|||
database_dep = dependency('tdb')
|
||||
elif get_option('database') == 'gdbm'
|
||||
database_dep = cc.find_library('gdbm', required : true)
|
||||
else
|
||||
database_dep = dependency('', required:false)
|
||||
endif
|
||||
|
||||
if get_option('ipv6')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue