The dependency on libudev-dev is specific to alsa-gobject libraries apart
from the other libraries under alsa gobject-introspection team.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get update'
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get -y full-upgrade'
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y git build-essential'
- sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y meson ninja-build libglib2.0-dev libudev-dev gobject-introspection libgirepository1.0-dev'
+ sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y meson ninja-build libglib2.0-dev gobject-introspection libgirepository1.0-dev'
sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y gi-docgen python3-gi'
+ sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y libudev-dev'
- name: Checkout repository.
uses: actions/checkout@v2
- name: Generate archive and expand it inner the container.