Remove an errant Meson disabler.

Thu, 24 Oct 2019 22:27:16 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Thu, 24 Oct 2019 22:27:16 -0400
changeset 40075
f9cffc9182e2
parent 40065
3b61e89f42bd
child 40076
432bd1f3748f

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
 
 #######################################################################

mercurial