stefan pushed a commit to branch master.

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

commit d793dfc51c4725f95e5e3b590208ea1337f83176
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Jan 20 10:44:05 2016 +0100

    build: add hyphen as evas feature to be displayed in summary
    
    Having it as a feature for evas here makes sure we can see if it is enabled
    or disabled on the configure summary output.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 5acbb2e..1b92b6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2430,6 +2430,7 @@ EFL_ADD_FEATURE([EVAS], [harfbuzz])
 EFL_ADD_FEATURE([EVAS], [cserve], [${want_evas_cserve2}])
 EFL_ADD_FEATURE([EVAS], [tile-rotate])
 EFL_ADD_FEATURE([EVAS], [dither-mask], [${build_evas_dither_mask}])
+EFL_ADD_FEATURE([EVAS], [hyphen])
 
 EFL_LIB_END([Evas])
 #### End of Evas

-- 


Reply via email to