meson: Define missing variable

This commit is contained in:
Sebastian Dröge 2017-04-09 12:54:12 +03:00
parent e74e1e80fa
commit 8169cfa737

View file

@ -14,10 +14,13 @@ tag_sources = [
'xmpwriter.c',
]
tag_headers = [
tag_mkenum_headers = [
'gsttagdemux.h',
'gsttagmux.h',
'tag.h',
]
tag_headers = tag_mkenum_headers + [
'gsttagmux.h',
'xmpwriter.h',
]
install_headers(tag_headers, subdir : 'gstreamer-1.0/gst/tag/')