mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
1c9016280c
commit
b9b5a26199
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ else
|
|||
snap_dep = dependency('snapd-glib', required : get_option('snap'))
|
||||
endif
|
||||
if snap_dep.found() and glib2_snap_dep.found() and gio2_snap_dep.found() and apparmor_snap_dep.found()
|
||||
cdata.set('HAVE_SNAP', 1)
|
||||
cdata.set('HAVE_SNAP', true)
|
||||
snap_deps = [glib2_snap_dep, gio2_snap_dep, snap_dep, apparmor_snap_dep]
|
||||
endif
|
||||
summary({'GLib-2.0 (Snap support)': glib2_snap_dep.found()}, bool_yn: true, section: 'Misc dependencies')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue