diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2019-07-28 09:38:26 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2019-07-28 09:38:26 +0100 |
commit | 5b51a6bb207dc8d5127fa9c6ad7d3c8c6e2659cf (patch) | |
tree | c38071eeb0e7c8e610de91796a39b64caf4fb270 /header_checks | |
parent | a6ade14c5e65ab729b1013388ec1aea4be22afc7 (diff) | |
download | efl-5b51a6bb207dc8d5127fa9c6ad7d3c8c6e2659cf.tar.gz |
Eio: enable eio_file_chown if chown is available on the platform
Test Plan: compilation on Windows
Reviewers: zmike, raster, cedric
Reviewed By: raster
Subscribers: #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D9393
Diffstat (limited to 'header_checks')
-rw-r--r-- | header_checks/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build index 35b5db9fdd..4f71dbde5c 100644 --- a/header_checks/meson.build +++ b/header_checks/meson.build @@ -78,6 +78,7 @@ function_checks = [ ['alloca', ['alloca.h']], ['backtrace', ['execinfo.h']], ['backtrace_symbols', ['execinfo.h']], + ['chown', ['unistd.h']], ['clock_gettime', ['time.h']], ['dirfd', ['dirent.h sys/types.h']], ['fchmod', ['sys/stat.h']], |