summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-10 10:15:42 +0100
committerThomas Haller <thaller@redhat.com>2020-11-10 13:51:29 +0100
commitd6cbbbcad3701627a15bc5a8b15f16bb8be64347 (patch)
tree371cf9a97451a2dd41008d980f6c0c9f85c13b92
parenta51d17cffae5dceb000991f6dff64d5f570c11be (diff)
downloadNetworkManager-d6cbbbcad3701627a15bc5a8b15f16bb8be64347.tar.gz
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
-rwxr-xr-xcontrib/debian/REQUIRED_PACKAGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/debian/REQUIRED_PACKAGES b/contrib/debian/REQUIRED_PACKAGES
index cdd9b501ad..65807d0d4b 100755
--- a/contrib/debian/REQUIRED_PACKAGES
+++ b/contrib/debian/REQUIRED_PACKAGES
@@ -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 \
\