From d536d046ccd97b3eba76d2425f571bc8b7ada383 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 16 Apr 2023 20:43:50 -0400 Subject: 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 --- configure.ac | 3 --- meson.build | 3 --- scripts/gitlab-ci.sh | 1 - 3 files changed, 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 \ -- cgit v1.2.1