mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
meson: fix install dir for configure files
Nixos configures a custom includedir. https://bugzilla.gnome.org/show_bug.cgi?id=794856
This commit is contained in:
parent
d6018ebaf5
commit
2a190557cf
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ version_data.set('GES_VERSION_NANO', gst_version_nano)
|
||||||
|
|
||||||
configure_file(input : 'ges-version.h.in',
|
configure_file(input : 'ges-version.h.in',
|
||||||
output : 'ges-version.h',
|
output : 'ges-version.h',
|
||||||
install_dir : 'include/gstreamer-1.0/ges',
|
install_dir : join_paths(get_option('includedir'), 'gstreamer-1.0/ges'),
|
||||||
configuration : version_data)
|
configuration : version_data)
|
||||||
|
|
||||||
install_headers(ges_headers, subdir : 'gstreamer-1.0/ges')
|
install_headers(ges_headers, subdir : 'gstreamer-1.0/ges')
|
||||||
|
|
Loading…
Reference in a new issue