From 753540335b8ff2e339402dce6500416333899416 Mon Sep 17 00:00:00 2001 From: sghctoma Date: Fri, 9 Nov 2018 18:48:10 +0100 Subject: Remove WLR_HAS_POSIX_FALLOCATE from build system --- meson.build | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meson.build') 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') -- cgit v1.2.3