build-sys: meson: require GIO dependency for RTP-GStreamer

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/584>
This commit is contained in:
Igor V. Kovalenko 2021-06-21 02:32:41 +03:00
parent 36fcfeb211
commit 58052e0e04
2 changed files with 5 additions and 3 deletions

View file

@ -161,7 +161,7 @@ if dbus_dep.found() and fftw_dep.found()
]
endif
if gio_dep.found()
if get_option('gsettings').enabled() and gio_dep.found()
subdir('gsettings')
all_modules += [
[ 'module-gsettings',