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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.2 | 8 | ~amd64 | 0 |
# 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[@]}"
}
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
| 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 |