mirror of
https://github.com/waydroid/waydroid.git
synced 2026-01-10 06:58:23 -05:00
Without pulseaudio installed, starting a container fails with: lxc-start: waydroid: ../src/lxc/utils.c: safe_mount: 1220 No such file or directory - Failed to mount "/tmp/sway/pulse/native" onto "/usr/lib/x86_64-linux-gnu/lxc/rootfs/run/xdg/pulse/native" lxc-start: waydroid: ../src/lxc/conf.c: mount_entry: 2442 No such file or directory - Failed to mount "/tmp/sway/pulse/native" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/run/xdg/pulse/native" Closes: https://github.com/waydroid/waydroid/issues/1576
30 lines
793 B
Plaintext
30 lines
793 B
Plaintext
Source: waydroid
|
|
Maintainer: Erfan Abdi <erfangplus@gmail.com>
|
|
Section: misc
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 10),
|
|
dh-python,
|
|
python3,
|
|
dh-apparmor
|
|
Standards-Version: 4.5.0.3
|
|
Vcs-Browser: https://github.com/waydroid/waydroid
|
|
Vcs-Git: https://github.com/waydroid/waydroid.git
|
|
|
|
Package: waydroid
|
|
Architecture: all
|
|
Depends: ${misc:Depends},
|
|
${python3:Depends},
|
|
lxc,
|
|
python3-gbinder,
|
|
python3-gi,
|
|
gir1.2-gtk-3.0,
|
|
python3-dbus,
|
|
dbus,
|
|
polkitd | policykit-1,
|
|
pipewire-pulse | pulseaudio,
|
|
iptables
|
|
Recommends: ca-certificates,
|
|
Description: Android™ application support
|
|
waydroid allows running a separate Android™ environment
|
|
confined to a LXC container.
|