blob: 536a54799a62d3b4e97275c455ded5b7974375a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-meson_options.txt,v 1.2 2019/11/14 11:40:30 wiz Exp $
Add use_cocoa option.
--- meson_options.txt.orig 2019-10-04 11:44:24.000000000 +0000
+++ meson_options.txt
@@ -90,6 +90,11 @@ option('nls',
yield: true,
description : 'Enable native language support (translations)')
+option('use_cocoa',
+ type : 'boolean',
+ value : false,
+ description : 'Use Cocoa on macOS')
+
option('oss_fuzz',
type : 'feature',
value : 'disabled',
|