Skip to content
Snippets Groups Projects
Commit 08397318 authored by Thibault Saunier's avatar Thibault Saunier
Browse files

meson: Fix installing configured files

parent e065fde5
No related branches found
No related tags found
Loading
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment