From 1c6ed73165b4518e0625c8011633b59d9236eb91 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 7 Sep 2023 12:17:20 -0400 Subject: [PATCH] fix: add dependencies to debian control & ci clippy and test --- .github/workflows/ci.yml | 4 ++-- debian/control | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55fb23f..5464bc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: install system dependencies - run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev + run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev - uses: actions/checkout@v3 - name: install toolchain run: rustup toolchain install 1.70.0 --component clippy @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: install system dependencies - run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev + run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev - uses: actions/checkout@v3 - name: install toolchain run: rustup show diff --git a/debian/control b/debian/control index c47b4e9..9118b3f 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,8 @@ Build-Depends: lld, pkg-config, libxkbcommon-dev, + libudev-dev, + libinput-dev Standards-Version: 4.6.2 Homepage: https://github.com/pop-os/cosmic-settings