[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: Fix a warning related to gsettings and config data
PulseAudio Marge Bot (@pulseaudio-merge-bot)
gitlab at gitlab.freedesktop.org
Tue Jul 27 16:53:22 UTC 2021
PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits:
08a43be6 by Arun Raghavan at 2021-07-27T12:49:24-04:00
build-sys: Fix a warning related to gsettings and config data
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/607>
- - - - -
1 changed file:
- meson.build
Changes:
=====================================
meson.build
=====================================
@@ -618,6 +618,8 @@ gio_dep = dependency('gio-2.0', version : '>= 2.26.0')
if get_option('gsettings').enabled()
assert(gio_dep.found(), 'GSettings support needs glib I/O library (GIO)')
cdata.set('HAVE_GSETTINGS', 1)
+else
+ cdata.set('HAVE_GSETTINGS', 0)
endif
glib_dep = dependency('glib-2.0', version : '>= 2.28.0', required: get_option('glib'))
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/08a43be6347d7cf49d8b785f378cae870af66f26
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/08a43be6347d7cf49d8b785f378cae870af66f26
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20210727/98932044/attachment.htm>
More information about the pulseaudio-commits
mailing list