From e59481a81ea034281203e38b49ff3e90f61632ce Mon Sep 17 00:00:00 2001 From: Aleksey Samoilov Date: Thu, 23 Sep 2021 14:55:09 +0400 Subject: [PATCH] debian: Add LXC as dependency Otherwise an error appears: `[14:49:51] Extracting to /var/lib/waydroid/images [14:49:54] ERROR: LXC is not installed [14:49:54] See also: ` --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 230a34a..0279888 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Package: waydroid Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, + lxc, python3-gbinder, python3-gi Description: Android™ application support -- 2.47.3