Back to development
[platform/upstream/gstreamer.git] / subprojects / gstreamer-vaapi / meson.build
index d069f40..c631d60 100644 (file)
@@ -1,6 +1,6 @@
 project('gstreamer-vaapi', 'c',
-  version : '1.19.2',
-  meson_version : '>= 0.54',
+  version : '1.19.3.1',
+  meson_version : '>= 0.59',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
 
@@ -148,7 +148,7 @@ if gstgl_dep.found()
   endif
 endif
 
-driverdir = libva_dep.get_pkgconfig_variable('driverdir')
+driverdir = libva_dep.get_variable('driverdir')
 if driverdir == ''
   driverdir = join_paths(get_option('prefix'), get_option('libdir'), 'dri')
 endif
@@ -213,6 +213,3 @@ if gmodule_dep.version().version_compare('< 2.67.4')
 endif
 
 configure_file(output: 'config.h', configuration: cdata)
-
-python3 = import('python').find_installation()
-run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')