app-containers/waydroid-x11 - 1.0.2 (guru)

Search

Install

Install this version:

emerge -a =app-containers/waydroid-x11-1.0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-containers/waydroid-x11-1.0.2

Or alternatively:

emerge --autounmask-write -a =app-containers/waydroid-x11-1.0.2

Package Information

Description:
Launch waydroid in an X11 session, using weston as a nested compositor.
Homepage:
https://github.com/mid-kid/waydroid-x11
License:
WTFPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

DESCRIPTION="Launch waydroid in an X11 session, using weston as a nested compositor."
HOMEPAGE="https://github.com/mid-kid/waydroid-x11"

SRC_URI="https://github.com/mid-kid/$PN/releases/download/$PV/$P.tar.gz"

LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+X drm"

RDEPEND="
	app-containers/waydroid
	dev-libs/weston[X?,drm?]
"

src_configure() {
	local myeconfargs=(
		$(use_enable X x11)
		$(use_enable drm)
	)
	econf "${myeconfargs[@]}"
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-containers/waydroid-x11 | euse -E <flag> -p app-containers/waydroid-x11 | euse -D <flag> -p app-containers/waydroid-x11

Global/Standard Flags

X
Default: Enabled (+)
drm

Dependencies

RDEPEND

	app-containers/waydroid
	dev-libs/weston[X?,drm?]

Manifest for 1.0.2

Type File Size Source URLs
DIST waydroid-x11-1.0.2.tar.gz 62667 bytes https://github.com/mid-kid/waydroid-x11/releases/download/1.0.2/waydroid-x11-1.0.2.tar.gz