summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-12-07 08:52:44 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-12-07 14:20:33 +0100
commit01f04e601fd54598e17ca056f916850a502765ec (patch)
treed2d8da15341931aa1d9fd80098fd18e58916f020
parent861e1207d78114f98389700be8e3395783ea4fd9 (diff)
downloadptxdist-01f04e601fd54598e17ca056f916850a502765ec.tar.gz
ptxdist-01f04e601fd54598e17ca056f916850a502765ec.tar.xz
weston: add missing dependencies
Remoting only works with the DRM backend and GL enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/weston.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/weston.in b/rules/weston.in
index 6b0cf227c..0005ca1c3 100644
--- a/rules/weston.in
+++ b/rules/weston.in
@@ -128,6 +128,8 @@ config WESTON_PIPEWIRE
config WESTON_REMOTING
bool
+ select WESTON_DRM_COMPOSITOR
+ select WESTON_GL
prompt "remoting plugin"
config WESTON_SIMPLE_CLIENTS