From 44cb17317c40fa9d39b3402f0826006f20387be5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 6 Jan 2019 07:20:08 +0100 Subject: Implement simple setting of link state and IP addresses --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 81cf8ee..d7a554a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,8 @@ project('neco', 'c', default_options : ['c_std=gnu11']) cc = meson.get_compiler('c') -ubox_dep = cc.find_library('ubox') +libubox_dep = cc.find_library('ubox') + +libmnl_dep = dependency('libmnl', method : 'pkg-config') subdir('src') -- cgit v1.2.3