aboutsummaryrefslogtreecommitdiffstats
path: root/meson.options
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-11-16 17:44:47 -0600
committerLibravatar bigfoot547 <[email protected]>2023-11-16 17:44:47 -0600
commitff292c3477497e03d4cffc1467691e1e6ce54a5c (patch)
treeb7cd01d3f440dafd07bc7538c116997f7fd3ac01 /meson.options
initial commit
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..0a36339
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,2 @@
+option('ncurses_wide', type : 'boolean', value : false,
+ description : 'set to true to prevent usage of ncursesw')