Added libudev

This commit is contained in:
kartikohlan 2025-01-12 14:52:56 -05:00
parent 5742c76bd3
commit e56c5fb9a5

View File

@ -274,6 +274,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install -y cmake ninja-build pkg-config libxrandr-dev libxcursor-dev libxi-dev sudo apt-get install -y cmake ninja-build pkg-config libxrandr-dev libxcursor-dev libxi-dev
sudo apt-get install -y libgl1-mesa-dev sudo apt-get install -y libgl1-mesa-dev
sudo apt-get install libudev-dev
# Here we will Configure CMake with pkg-config enabled # Here we will Configure CMake with pkg-config enabled
- name: Configure CMake - name: Configure CMake