mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 02:50:17 +01:00
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:
parent
a51d17cffa
commit
d6cbbbcad3
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue