mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
meson: fix potentially undefined shm_deps variable
This commit is contained in:
parent
f33b2fcf4c
commit
6e3f493a96
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue