Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-04-09 15:38:02 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-10-13 12:28:51 +0300
commit30796fbe07c1ac92da7bb4928fea8723515e89a4 (patch)
treed70afb6f3df9a9874e571b41f9924a7ba267a8e1 /meson.build
parent1a830c7c78ebab01d66fea4fa8fae0b32deba6b4 (diff)
Add a GTK4 paintable sink plugin
Co-authored-by: Sebastian Dröge <sebastian@centricular.com> Co-authored-by: Jordan Petridis <jordan@centricular.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a6e705c49..28f14a6a7 100644
--- a/meson.build
+++ b/meson.build
@@ -108,6 +108,12 @@ else
exclude += ['audio/csound']
endif
+if dependency('gtk4', required : get_option('gtk4')).found()
+ plugins_rep += {'video/gtk4' : 'libgstgtk4',}
+else
+ exclude += ['video/gtk4']
+endif
+
output = []
extensions = []