gst-env: Ensure target install filename is a list
authorPhilippe Normand <philn@igalia.com>
Sat, 2 Nov 2019 15:23:45 +0000 (16:23 +0100)
committerPhilippe Normand <philn@igalia.com>
Wed, 6 Nov 2019 08:33:46 +0000 (09:33 +0100)
commitaded9c617fa334774d746ef0ebd3cd879c343bb4
tree8e320fb662a103f297ef9eb07ec264bc878279a8
parentf7ac326d5a4315d98310a45459d0413d71795b4c
gst-env: Ensure target install filename is a list

At least in Meson 0.49, the target['install_name'] is a string, not a list, so
the heuristics declared in the is_library_target_and_not_plugin() can't apply
because Python is actually happy to iterate over a string without any warning.
gst-env.py