build: Update gvc to not require ALSA support

ALSA support is only used in gnome-settings-daemon, so always disable
the option, which wouldn't work on non-Linux anyway.
This commit is contained in:
Bastien Nocera 2018-01-26 11:24:03 +01:00
parent c31bd67538
commit 9b6a931b43
2 changed files with 3 additions and 2 deletions

View File

@ -172,7 +172,8 @@ libgvc = subproject('gvc',
'pkgdatadir=' + pkgdatadir,
'pkglibdir=' + pkglibdir,
'static=false',
'with-introspection=true'
'with-introspection=true',
'alsa=false'
]
)
libgvc_gir = libgvc.get_variable('libgvc_gir')

@ -1 +1 @@
Subproject commit 5b977277883b67fd8a34128dbf057ffc9d9cd148
Subproject commit 67533bffdcd22893b28baa411b2e75bd75dce323