mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05: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')
|
database_dep = dependency('tdb')
|
||||||
elif get_option('database') == 'gdbm'
|
elif get_option('database') == 'gdbm'
|
||||||
database_dep = cc.find_library('gdbm', required : true)
|
database_dep = cc.find_library('gdbm', required : true)
|
||||||
|
else
|
||||||
|
database_dep = dependency('', required:false)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('ipv6')
|
if get_option('ipv6')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue