Skip to content

Commit 1697c8c

Browse files
committed
meson: drop libiptc link dependencies from libshared
The only place where libiptc is needed is in libfirewall, which already takes care of linking against libiptc.
1 parent 6385cb3 commit 1697c8c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/network/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if conf.get('ENABLE_NETWORKD', 0) == 1
130130
libsystemd_network,
131131
libshared,
132132
libfirewall],
133-
[libiptc]],
133+
[]],
134134

135135
[['src/network/test-network-tables.c',
136136
'src/network/test-network-tables.c',

src/shared/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ libshared = shared_library(
132132
libacl,
133133
libcryptsetup,
134134
libgcrypt,
135-
libiptc,
136135
libseccomp,
137136
libselinux,
138137
libidn,
@@ -152,7 +151,6 @@ libshared_static = static_library(
152151
libcap,
153152
libacl,
154153
libcryptsetup,
155-
libiptc,
156154
libseccomp,
157155
libselinux,
158156
libidn,

0 commit comments

Comments
 (0)