this patch provides a way to config hyphen dictionaries dir on meson.
Differential Revision: https://phab.enlightenment.org/D7581
Change-Id: I04eb0d957a5de93731819b3753b228e78716b367
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
value : 'win7',
description : 'When host_machine is windows, compile the efl with the specified version of Windows'
)
+
+option('dictionaries-hyphen-dir',
+ type : 'string',
+ value : '/usr/share/hyphen/',
+ description : 'Put the path to hyphen dictionaries directory'
+)
\ No newline at end of file
evas_deps += cc.find_library('hyphen')
endif
evas_deps += hyphen
- config_h.set_quoted('EVAS_DICTS_HYPHEN_DIR', '/usr/share/hyphen')
+ config_h.set_quoted('EVAS_DICTS_HYPHEN_DIR', get_option('dictionaries-hyphen-dir'))
endif
subdir('include')