From 8d63e2596315249320a9f4377b7c032b9ca1b51f Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sun, 21 Jul 2019 22:38:08 +0200 Subject: [PATCH] remoting: make sure GL renderer is enabled The remoting plug-in requires DRM virtual support which depends on the GL renderer. Make sure the option is enabled. Signed-off-by: Stefan Agner --- remoting/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remoting/meson.build b/remoting/meson.build index 730febb9..8b96f122 100644 --- a/remoting/meson.build +++ b/remoting/meson.build @@ -1,8 +1,8 @@ if get_option('remoting') user_hint = 'If you rather not build this, set \'-Dremoting=false\'.' - if not get_option('backend-drm') - error('Attempting to build the remoting plugin without the required DRM backend. ' + user_hint) + if not get_option('backend-drm') or not get_option('renderer-gl') + error('Attempting to build the remoting plugin without the required DRM backend and GL renderer. ' + user_hint) endif depnames = [