Remove WLR_HAS_POSIX_FALLOCATE from build system

This commit is contained in:
sghctoma 2018-11-09 18:48:10 +01:00
parent bc5e84225c
commit 753540335b
2 changed files with 0 additions and 6 deletions

View File

@ -14,6 +14,4 @@
#mesondefine WLR_HAS_XCB_ICCCM
#mesondefine WLR_HAS_XCB_XKB
#mesondefine WLR_HAS_POSIX_FALLOCATE
#endif

View File

@ -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')