From bcef77a7fb3b73d2a2fbcea51012014b62755bb5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 31 May 2019 18:42:01 +0200 Subject: Switch to a JSON-based config format We can get rid of a lot of code by ditching out INI format parser. We also remove the support for "subtype" and "generator" templates for now; rather than implementing this in NeCo itself, templates could be implemented as a Lua DSL later. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d7a554a..0cbd657 100644 --- a/meson.build +++ b/meson.build @@ -3,6 +3,7 @@ project('neco', 'c', default_options : ['c_std=gnu11']) cc = meson.get_compiler('c') libubox_dep = cc.find_library('ubox') +libjson_c_dep = dependency('json-c', method : 'pkg-config') libmnl_dep = dependency('libmnl', method : 'pkg-config') subdir('src') -- cgit v1.2.3