meson: delete unused variable

This commit is contained in:
Alessandro Decina 2017-07-19 19:37:02 +10:00 committed by Tim-Philipp Müller
parent ca89302234
commit 58a2b5ab27

View file

@ -39,7 +39,6 @@ gstcontroller_c = custom_target('gstcontrollerenum_c',
input : controller_mkenum_headers,
depends : [gstcontroller_h],
command : [mkenums, glib_mkenums, '@OUTPUT@', '@INPUT@'])
controller_gen_sources = [gstcontroller_h]
if libtype != 'shared'
gst_controller_static = static_library('gstcontroller-@0@'.format(apiversion),