contrib: install "udev" package with "debian/REQUIRED_PACKAGES"

"debian/REQUIRED_PACKAGES" is used by gitlab-ci to prepare the image. We require
"udev" package, if only to install "/usr/share/pkgconfig/udev.pc" to get the
udev directory.

Otherwise build fails with:

    Run-time dependency udev found: NO (tried pkgconfig)
    meson.build:371:2: ERROR: Dependency "udev" not found, tried pkgconfig
This commit is contained in:
Thomas Haller 2020-11-10 10:15:42 +01:00
parent a51d17cffa
commit d6cbbbcad3
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -35,6 +35,7 @@ install \
intltool \
iproute2 \
iptables \
libaudit-dev \
libcurl4-gnutls-dev \
libdbus-1-dev \
libgcrypt11-dev \
@ -71,6 +72,7 @@ install \
python3-gi \
python3-pip \
python3-setuptools \
udev \
uuid-dev \
valgrind \
\