build_by_default : false,
)
-idep_xmlconfig_headers = declare_dependency(
- sources : xmlpool_options_h,
- include_directories : inc_util,
-)
-
idep_xmlconfig = declare_dependency(
dependencies : [idep_xmlconfig_headers, dep_expat],
link_with : _libxmlconfig,
_langs_po_files += files(lang + '.po')
endforeach
-xmlpool_options_h = custom_target(
+_xmlpool_options_h = custom_target(
'xmlpool_options.h',
input : ['gen_xmlpool.py', 't_options.h'],
output : 'options.h',
depend_files : _langs_po_files,
)
+idep_xmlconfig_headers = declare_dependency(
+ sources : _xmlpool_options_h,
+ include_directories : inc_util,
+)
+
if host_machine.system() != 'windows'
i18n = import('i18n')
i18n.gettext('xmlpool', install : false)