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.
This commit is contained in:
Stefan Schmidt 2016-01-20 10:44:05 +01:00
parent bee4e5f476
commit d793dfc51c
1 changed files with 1 additions and 0 deletions

View File

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