summaryrefslogtreecommitdiff
path: root/remoting
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2019-07-21 22:38:08 +0200
committerStefan Agner <stefan@agner.ch>2019-10-25 14:30:40 +0200
commit8d63e2596315249320a9f4377b7c032b9ca1b51f (patch)
tree2eab3606b1243a60f0b7408f2b76e86df73d3bf3 /remoting
parent4a18f30225a3ee9ef97ad6047a1a049a6fcb7cb9 (diff)
downloadweston-8d63e2596315249320a9f4377b7c032b9ca1b51f.tar.gz
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 <stefan@agner.ch>
Diffstat (limited to 'remoting')
-rw-r--r--remoting/meson.build4
1 files 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 = [