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_options.txt
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_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c9c715b3c..341e10d7d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +4,4 @@ option('sodium', type : 'combo',
choices : ['system', 'built-in', 'disabled'], value : 'built-in',
description : 'Weither to use libsodium from the system or the built-in version from the sodiumoxide crate')
option('csound', type : 'feature', value : 'auto', description : 'Build csound plugin')
+option('gtk4', type : 'feature', value : 'auto', description : 'Build GTK4 plugin')