meson: bump meson requirement to >= 0.59
[platform/upstream/gstreamer.git] / subprojects / gstreamer-vaapi / meson.build
index d069f40..95ea0cb 100644 (file)
@@ -1,6 +1,6 @@
 project('gstreamer-vaapi', 'c',
-  version : '1.19.2',
-  meson_version : '>= 0.54',
+  version : '1.19.2.1',
+  meson_version : '>= 0.59',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
 
@@ -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")')