summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-11-02 15:57:10 +0100
committerLennart Poettering <lennart@poettering.net>2023-11-03 09:30:24 +0100
commit5b5f8f8b9aef405cdc42771e7876988d5aefb51e (patch)
tree192dc7a3a8a002e6c227b5d7e5c9f8212b856ec5 /meson.build
parentdlfcn-util: add two new macros for making it easier to create "sym_xyz" indir... (diff)
downloadsystemd-5b5f8f8b9aef405cdc42771e7876988d5aefb51e.tar.xz
systemd-5b5f8f8b9aef405cdc42771e7876988d5aefb51e.zip
firewall: make libiptc dependency a dlopen() one
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 43a87407b0..e33af4c6c7 100644
--- a/meson.build
+++ b/meson.build
@@ -1288,6 +1288,7 @@ conf.set10('HAVE_LIBIDN2', have)
libiptc = dependency('libiptc',
required : get_option('libiptc'))
conf.set10('HAVE_LIBIPTC', libiptc.found())
+libiptc_cflags = libiptc.partial_dependency(includes: true, compile_args: true)
libqrencode = dependency('libqrencode',
version : '>= 3',