summaryrefslogtreecommitdiff
path: root/src/libnm-udev-aux
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-24 09:02:49 +0100
committerThomas Haller <thaller@redhat.com>2021-02-24 12:49:13 +0100
commit7b48d6bd3140f4ea53f8870e9ebd763a7844f94b (patch)
treea06ea2f4d43db082cf017bffb9759b539b94b34f /src/libnm-udev-aux
parent635d84b896ca530a379a481626aee93a9ee570b7 (diff)
downloadNetworkManager-7b48d6bd3140f4ea53f8870e9ebd763a7844f94b.tar.gz
build: remove shared/ directory
Diffstat (limited to 'src/libnm-udev-aux')
-rw-r--r--src/libnm-udev-aux/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-udev-aux/meson.build b/src/libnm-udev-aux/meson.build
index f31f06f09b..f0e7a7fa45 100644
--- a/src/libnm-udev-aux/meson.build
+++ b/src/libnm-udev-aux/meson.build
@@ -8,7 +8,7 @@ libnm_udev_aux = static_library(
top_inc,
],
dependencies: [
- glib_nm_default_dep,
+ glib_dep,
libudev_dep,
],
)