raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=742b5783b226b9c910c9ddffa0a4da74ad410c2a

commit 742b5783b226b9c910c9ddffa0a4da74ad410c2a
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Dec 30 13:10:44 2020 +0000

    build - we dont need to check for autofoo in tree anymore
---
 meson.build | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meson.build b/meson.build
index e470579b3..3aebff694 100644
--- a/meson.build
+++ b/meson.build
@@ -9,12 +9,6 @@ project('enlightenment', 'c',
 proj     = meson.project_name()
 ver      = meson.project_version()
 
-#### check for mixed autofoo and meson build tree mess
-clean_check = run_command('meson/clean_check.sh')
-if clean_check.returncode() == 0
-  error('Meson build requires a clean source tree')
-endif
-
 config_h = configuration_data()
 
 e_version   = ver.split('.')

-- 


Reply via email to