meson: fix potentially undefined shm_deps variable

This commit is contained in:
Alessandro Decina 2017-07-20 18:51:53 +10:00
parent f33b2fcf4c
commit 6e3f493a96

View file

@ -7,6 +7,7 @@ shm_sources = [
]
shm_enabled = false
shm_deps = []
rt_dep = cc.find_library ('rt', required: false)
if cc.has_header ('sys/socket.h') and (host_system == 'osx' or