Back to development
[platform/upstream/gstreamer.git] / subprojects / gst-docs / meson.build
index 06e0cdf..bcef479 100644 (file)
@@ -1,6 +1,6 @@
 project('GStreamer manuals and tutorials', 'c',
-  version: '1.19.2',
-  meson_version : '>= 0.54')
+  version: '1.19.3.1',
+  meson_version : '>= 0.59')
 
 hotdoc_p = find_program('hotdoc')
 if not hotdoc_p.found()
@@ -44,7 +44,7 @@ with open(fname, 'r') as f:
 
   # gst-build will generate this file for us to consume so that subproject
   # changes can still work
-  fname = join_paths(meson.build_root(), 'GstDocumentedSubprojects')
+  fname = join_paths(meson.project_build_root(), '..', '..', 'GstDocumentedSubprojects')
   cmdres = run_command(
       python3,
       '-c', read_file_contents,