From 1697c8cde45d76b2e35f728d0769c4a849db21e6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 26 Apr 2017 18:57:18 +0200 Subject: 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. --- src/shared/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/shared') diff --git a/src/shared/meson.build b/src/shared/meson.build index 8968127d3f..7d51e99487 100644 --- a/src/shared/meson.build +++ b/src/shared/meson.build @@ -132,7 +132,6 @@ libshared = shared_library( libacl, libcryptsetup, libgcrypt, - libiptc, libseccomp, libselinux, libidn, @@ -152,7 +151,6 @@ libshared_static = static_library( libcap, libacl, libcryptsetup, - libiptc, libseccomp, libselinux, libidn, -- cgit v1.2.3-54-g00ecf