From b0f5a5976046f34a2f829d55abecf58b675d8261 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 22 Oct 2018 11:48:29 +0200 Subject: docs: Port to hotdoc --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b23d25a6..7fc19b79 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gstreamer-vaapi', 'c', version : '1.17.0.1', - meson_version : '>= 0.47.0', + meson_version : '>= 0.48.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) @@ -163,6 +163,7 @@ subdir('gst') if not get_option('examples').disabled() subdir('tests') endif +subdir('docs') python3 = import('python').find_installation() run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")') -- cgit v1.2.1