From 6649ca3f96cdb1597f0a98e3cb85b60f0e82f987 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Sat, 29 Sep 2018 11:29:18 +0200 Subject: Build: Re-structure and cleanup meson.build files --- include/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/meson.build b/include/meson.build index 82e45a3..5080dff 100644 --- a/include/meson.build +++ b/include/meson.build @@ -22,6 +22,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Revision file (version.h) generation dav1d_git_dir = join_paths(dav1d_src_root, '.git') rev_target = vcs_tag(command: [ 'git', '--git-dir', dav1d_git_dir, @@ -31,3 +32,6 @@ rev_target = vcs_tag(command: [ input: 'version.h.in', output: 'version.h' ) + +# Install include/dav1d headers +install_subdir('dav1d', install_dir: 'include') -- cgit v1.2.3