mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
meson: Define missing variable
This commit is contained in:
parent
e74e1e80fa
commit
8169cfa737
1 changed files with 5 additions and 2 deletions
|
@ -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/')
|
||||
|
|
Loading…
Reference in a new issue