summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-23 12:34:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-19 08:01:55 +0200
commitd5d5aa91a274117428b6054fc98c06bcd3a0cb99 (patch)
tree3d280e05e695dd3b2ba78480a1f6f067a136cf4a /meson_options.txt
parent8a171adca602864f13f03517389e20a46c200045 (diff)
downloadweston-d5d5aa91a274117428b6054fc98c06bcd3a0cb99.tar.gz
Add pipewire plugin
It is quite similar to the remoting plugin. It just exports the frames via pipewire instead of the builtin GStreamer pipeline. It implements the same virtual output API. Virtual outputs can be created by adding 'pipewire-output' sections to weston.ini. The generated frames can be accessed with any pipewire client. e.g. with GStreamer: gst-launch-1.0 pipewiresrc ! video/x-raw,format=BGRx ! ... Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 62762c8e..d5bf1d54 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -100,6 +100,13 @@ option(
)
option(
+ 'pipewire',
+ type: 'boolean',
+ value: true,
+ description: 'Virtual remote output with Pipewire on DRM backend'
+)
+
+option(
'shell-desktop',
type: 'boolean',
value: true,