meson: mpegts: make internal mpegts lib dep depend on the enumtypes header

This commit is contained in:
Tim-Philipp Müller 2018-04-03 14:03:17 +01:00
parent 385a68b850
commit db6374b308

View file

@ -25,6 +25,10 @@ mpegts_enums = gnome.mkenums_simple('gstmpegts-enumtypes',
install_header: true,
install_dir : 'include/gstreamer-1.0/gst/mpegts/')
mpegtsenumtypes_h = mpegts_enums[1]
gen_sources = [mpegtsenumtypes_h]
gstmpegts = library('gstmpegts-' + api_version,
mpegts_sources, mpegts_enums,
c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],