Back to development
[platform/upstream/gstreamer.git] / subprojects / gst-python / meson.build
index f6e2491..682a0e8 100644 (file)
@@ -1,6 +1,6 @@
 project('gst-python', 'c', 'cpp',
-  version : '1.19.2.1',
-  meson_version : '>= 0.54',
+  version : '1.19.3.1',
+  meson_version : '>= 0.59',
   default_options : [ 'warning_level=1',
                       'c_std=gnu99',
                       'buildtype=debugoptimized' ])
@@ -97,7 +97,11 @@ if get_option('default_library') == 'shared'
 endif
 
 subdir('gi')
-subdir('plugin')
+if get_option('default_library') != 'static'
+  subdir('plugin')
+else
+  warning('Python plugin not supported with `static` builds yet.')
+endif
 if not get_option('tests').disabled()
   subdir('testsuite')
 endif