bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=522ff0eaefdb49e3a9ae395c97582ad4b9d716c1

commit 522ff0eaefdb49e3a9ae395c97582ad4b9d716c1
Author: Marcel Hollerbach <[email protected]>
Date:   Mon Apr 6 12:21:17 2020 +0200

    meson: do no build upower on macos
    
    this is just causing errors and nothing usefull, upower is not available
    on macos.
    
    Reviewed-by: Mike Blumenkrantz <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D11652
---
 src/modules/ecore/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/ecore/meson.build b/src/modules/ecore/meson.build
index 10f6d47a43..a34c236ce1 100644
--- a/src/modules/ecore/meson.build
+++ b/src/modules/ecore/meson.build
@@ -1,5 +1,5 @@
 
-if sys_windows == false
+if sys_windows == false and sys_osx == false
 
   system_modules = [
     'systemd',

-- 


Reply via email to