From e00d08af3bae088235adb31f9fba11308f5d5847 Mon Sep 17 00:00:00 2001 From: Fabian Topfstedt Date: Thu, 15 Oct 2020 10:50:39 +0200 Subject: [PATCH] Added libudev-dev for Pop!_OS My build failed on a Pop!_OS-Live-Stick until I installed `libudev-dev`. I don't remember if it was the firmware-open or the ec build that failed, but ec references deps.sh. --- scripts/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deps.sh b/scripts/deps.sh index 6490c46..557dae7 100755 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -25,6 +25,7 @@ then git-lfs \ gnat \ libncurses-dev \ + libudev-dev \ mtools \ nasm \ parted \