We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e9029 commit 7c26732Copy full SHA for 7c26732
1 file changed
meson.build
@@ -18,7 +18,7 @@ project(
18
'b_ndebug=if-release',
19
'b_pie=true'
20
],
21
- meson_version: '>=1.5.0'
+ meson_version: '>=1.3.2'
22
)
23
24
cpp_compiler = meson.get_compiler('cpp')
@@ -118,19 +118,6 @@ if cpp_compiler.has_header('linux/landlock.h')
118
add_project_arguments('-D' + macro, language: 'cpp')
119
endif
120
endforeach
121
-
122
- cpp_compiler.compiles(
123
- '''
124
- #include <linux/landlock.h>
125
- struct landlock_ruleset_attr attr = {
126
- .handled_access_fs = 0,
127
- .handled_access_net = 0,
128
- .scoped = 0
129
- };
130
- ''',
131
- name: 'Landlock supports scoped access control',
132
- required: true
133
- )
134
135
136
libtins_dep = dependency('libtins', include_type: 'system')
0 commit comments