mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
meson: Fix installing configured files
This commit is contained in:
parent
e065fde526
commit
08397318f6
1 changed files with 2 additions and 1 deletions
|
@ -135,9 +135,10 @@ version_data.set('GES_VERSION_NANO', gst_version_nano)
|
|||
|
||||
configure_file(input : 'ges-version.h.in',
|
||||
output : 'ges-version.h',
|
||||
install_dir : 'include/gstreamer-1.0/ges',
|
||||
configuration : version_data)
|
||||
|
||||
install_headers(ges_headers + ['ges-version.h'], subdir : 'gstreamer-1.0/ges')
|
||||
install_headers(ges_headers, subdir : 'gstreamer-1.0/ges')
|
||||
|
||||
flex = find_program('flex', required : false)
|
||||
if not flex.found()
|
||||
|
|
Loading…
Reference in a new issue