meson.build: Fix -Dbackend-default=auto following fbdev deprecation

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
(cherry picked from commit 89587db3cb)
dev
James Le Cuirot 3 years ago committed by Marius Vlad
parent 7818b054da
commit a40ae68853
  1. 2
      meson.build

@ -121,7 +121,7 @@ config_h.set10('TEST_GL_RENDERER', get_option('test-gl-renderer'))
backend_default = get_option('backend-default')
if backend_default == 'auto'
foreach b : [ 'headless', 'fbdev', 'x11', 'wayland', 'drm' ]
foreach b : [ 'headless', 'x11', 'wayland', 'drm' ]
if get_option('backend-' + b)
backend_default = b
endif

Loading…
Cancel
Save