From cd0ed8290e48e630d6a9c10b7f960a9b0de76c9a Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sat, 30 Sep 2023 14:18:11 -0400 Subject: [PATCH] feat: add davinci deps We only need 2 small libraries to get davinci working on the host, so adding it here. cc @KyleGospo --- packages.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages.json b/packages.json index 594c0b8e240..b3e9cb57d2f 100644 --- a/packages.json +++ b/packages.json @@ -16,6 +16,8 @@ "libgda-sqlite", "libgda", "libratbag-ratbagd", + "libxcrypt-compat", + "mesa-libGLU", "nautilus-gsconnect", "pulseaudio-utils", "python3-pip",