mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Require GTK 4.6.0 for new plugin
This commit is contained in:
8
lib/gst/plugin/meson.build
vendored
8
lib/gst/plugin/meson.build
vendored
@@ -38,6 +38,14 @@ if not have_gtk_gl_windowing
|
||||
endif
|
||||
endif
|
||||
|
||||
if not gtk4_dep.version().version_compare('>=4.6.0')
|
||||
if gst_clapper_plugin_option.enabled()
|
||||
error('GTK4 version on this system is too old, plugin needs 4.6.0+')
|
||||
else
|
||||
subdir_done()
|
||||
endif
|
||||
endif
|
||||
|
||||
gst_clapper_plugin_sources = [
|
||||
'gstclappersink.c',
|
||||
'gtkclapperobject.c',
|
||||
|
Reference in New Issue
Block a user