diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 14:10:54 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 14:11:15 -0700 |
commit | 20354910dab40522a7dcde152d5e900ed916dc66 (patch) | |
tree | f31d27664dafb383db1fe7475070bb7d5e7b5b7a | |
parent | 590fb6835170aa60cd4d3d46eaeac51725300d23 (diff) |
Make doc install path from meson match autotools
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8702c3c..ec36791 100644 --- a/meson.build +++ b/meson.build @@ -44,7 +44,7 @@ install_headers( install_data( 'XvMC_API.txt', - install_dir : get_option('datadir') / 'doc', + install_dir : get_option('datadir') / 'doc' / 'libXvMC', ) pkg = import('pkgconfig') |