mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 11:28:26 +02:00
backend-drm: the GL renderer is a hard requirement for DRM virtual outputs
Building fails without it. So don't just warn about it but fail immediately. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
This commit is contained in:
parent
27fb564a19
commit
43ebb7e25a
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ endif
|
|||
|
||||
if get_option('remoting') or get_option('pipewire')
|
||||
if not get_option('renderer-gl')
|
||||
warning('DRM virtual requires renderer-gl.')
|
||||
error('DRM virtual requires renderer-gl.')
|
||||
endif
|
||||
srcs_drm += 'drm-virtual.c'
|
||||
config_h.set('BUILD_DRM_VIRTUAL', '1')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue