Thu, 24 Oct 2019 22:27:16 -0400
Remove an errant Meson disabler.
This causes libpurple to be disabled if gstreamer is disabled, instead
of just ignoring it.
| meson.build | file | annotate | diff | comparison | revisions |
--- a/meson.build Sun Oct 20 00:24:28 2019 +0300 +++ b/meson.build Thu Oct 24 22:27:16 2019 -0400 @@ -384,7 +384,7 @@ required : get_option('gstreamer-video')) conf.set('USE_GSTVIDEO', gstreamer_video.found()) else - gstreamer_video = disabler() + gstreamer_video = [] endif #######################################################################