summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2023-04-16 20:43:50 -0400
committerLubomir Rintel <lkundrak@v3.sk>2023-04-24 08:45:58 +0200
commitd536d046ccd97b3eba76d2425f571bc8b7ada383 (patch)
tree340015a9b1186a09f850e554df28cc387c049312
parent09bbb499849238ca4fe130c64889a6f333f5ecb9 (diff)
downloadnetwork-manager-applet-d536d046ccd97b3eba76d2425f571bc8b7ada383.tar.gz
build: drop dependency on gudev
Dependency has been unused since commit 4ab50393 ("libnma: drop"). https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/132
-rw-r--r--configure.ac3
-rw-r--r--meson.build3
-rwxr-xr-xscripts/gitlab-ci.sh1
3 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index f611b6b3..ae754822 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,9 +116,6 @@ else
fi
AM_CONDITIONAL(WITH_WWAN, test "${with_wwan}" != "no")
-dnl Check for gudev
-PKG_CHECK_MODULES(GUDEV, gudev-1.0 >= 147)
-
dnl SELinux
AC_ARG_WITH(selinux, AS_HELP_STRING([--with-selinux], [Enable support for adjusting SELinux labels in configuration editor (default: yes)]))
if (test "${with_selinux}" == "no"); then
diff --git a/meson.build b/meson.build
index 03aee957..5d54b23b 100644
--- a/meson.build
+++ b/meson.build
@@ -122,9 +122,6 @@ gtk_dep = declare_dependency(
]
)
-# Check for gudev
-gudev_dep = dependency('gudev-1.0', version: '>= 147')
-
# API documentation
nm_req_version = '>= 1.7'
diff --git a/scripts/gitlab-ci.sh b/scripts/gitlab-ci.sh
index fe8acfcf..17f45c9f 100755
--- a/scripts/gitlab-ci.sh
+++ b/scripts/gitlab-ci.sh
@@ -26,7 +26,6 @@ fedora_pkg_minimal() {
gettext-devel \
glib2-devel \
gtk3-devel \
- libgudev1-devel \
libsecret-devel \
libtool \
pkgconfig \