From 32d47ffd00174f8d1443875c55807d8439778883 Mon Sep 17 00:00:00 2001 From: Michael Tretter Date: Fri, 23 Sep 2022 09:49:06 +0200 Subject: weston: select WESTON_GL for PipeWire plugin Like the remoting plugin the PipeWire plugin uses DRM virtual, which requires the renderer-gl. Select WESTON_GL to avoid the error during configure. Signed-off-by: Michael Tretter Message-Id: <20220923074908.2149330-1-m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich --- rules/weston.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/weston.in b/rules/weston.in index 550eda4b1..6fe570e0a 100644 --- a/rules/weston.in +++ b/rules/weston.in @@ -125,6 +125,7 @@ config WESTON_SHELL_KIOSK config WESTON_PIPEWIRE bool + select WESTON_GL prompt "pipewire plugin" config WESTON_REMOTING -- cgit v1.2.3