dev-libs/weston: Ensure at least one backend is selected

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2019-04-14 22:46:55 +01:00
parent e2950f4c45
commit 9731614283
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ REQUIRED_USE="
screen-sharing? ( rdp )
test? ( desktop headless xwayland )
wayland-compositor? ( gles2 )
|| ( drm fbdev headless rdp wayland-compositor X )
"
RDEPEND="
@@ -98,6 +99,7 @@ src_configure() {
$(meson_use wayland-compositor backend-wayland)
$(meson_use X backend-x11)
$(meson_use fbdev backend-fbdev)
-Dbackend-default=auto
$(meson_use gles2 renderer-gl)
$(meson_use launch weston-launch)
$(meson_use xwayland)

View File

@@ -32,6 +32,7 @@ REQUIRED_USE="
screen-sharing? ( rdp )
test? ( desktop headless xwayland )
wayland-compositor? ( gles2 )
|| ( drm fbdev headless rdp wayland-compositor X )
"
RDEPEND="
@@ -98,6 +99,7 @@ src_configure() {
$(meson_use wayland-compositor backend-wayland)
$(meson_use X backend-x11)
$(meson_use fbdev backend-fbdev)
-Dbackend-default=auto
$(meson_use gles2 renderer-gl)
$(meson_use launch weston-launch)
$(meson_use xwayland)