From d793dfc51c4725f95e5e3b590208ea1337f83176 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 20 Jan 2016 10:44:05 +0100 Subject: [PATCH] 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 5acbb2e444..1b92b6c742 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