ephoto/po/meson.build

7 lines
136 B
Meson
Raw Normal View History

2017-09-13 08:38:50 -07:00
if get_option('nls')
i18n = import('i18n')
i18n.gettext('ephoto')
cfg = configuration_data()
cfg.set('HAVE_GETTEXT', '1')
endif