diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build index 18a5d908..1ed93c04 100644 --- a/meson.build +++ b/meson.build @@ -72,10 +72,6 @@ if logind.found() wlr_deps += logind endif -if cc.has_header_symbol('fcntl.h', 'posix_fallocate', prefix: '#define _POSIX_C_SOURCE 200112L') - conf_data.set('WLR_HAS_POSIX_FALLOCATE', true) -endif - subdir('protocol') subdir('render') |