summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2019-01-05 22:06:45 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2019-01-05 22:06:45 +0100
commitdaa68c4b2de9814b8331e7b9079d5fc49bee35c1 (patch)
tree4f82de8a19abf7b6a0c9e6f511ac23995d9d5851 /meson.build
parent9e059f898ae1b0528cdde553fd51c661901e283a (diff)
downloadneco-daa68c4b2de9814b8331e7b9079d5fc49bee35c1.tar
neco-daa68c4b2de9814b8331e7b9079d5fc49bee35c1.zip
Add first parts of interface config handling
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index f8089e4..81cf8ee 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,4 @@
-project('pnc', 'c', default_options : ['c_std=c11'])
-add_project_arguments('-D_DEFAULT_SOURCE', language : 'c')
+project('neco', 'c', default_options : ['c_std=gnu11'])
cc = meson.get_compiler('c')
ubox_dep = cc.find_library('ubox')