meson.build

branch
meson
changeset 38473
919d72c1c8c0
parent 38469
7e4faa3741ad
child 38475
1ab806a5afba
equal deleted inserted replaced
38472:1f332f8141f4 38473:919d72c1c8c0
392 392
393 INSTALL_I18N = get_option('nls') 393 INSTALL_I18N = get_option('nls')
394 394
395 if INSTALL_I18N 395 if INSTALL_I18N
396 subdir('po') 396 subdir('po')
397
398 intltool_merge = find_program('intltool-merge')
397 endif 399 endif
398 400
399 # ####################################################################### 401 # #######################################################################
400 # # Check for GLib 2.34 (required) 402 # # Check for GLib 2.34 (required)
401 # ####################################################################### 403 # #######################################################################
1741 PURPLE_AVAILABLE = true 1743 PURPLE_AVAILABLE = true
1742 1744
1743 # So that config.h may be found. 1745 # So that config.h may be found.
1744 toplevel_inc = include_directories('.') 1746 toplevel_inc = include_directories('.')
1745 1747
1746 #subdir('doc') 1748 subdir('doc')
1747 #subdir('doc/reference') 1749 #subdir('doc/reference')
1748 #subdir('doc/reference/finch') 1750 #subdir('doc/reference/finch')
1749 #subdir('doc/reference/libpurple') 1751 #subdir('doc/reference/libpurple')
1750 #subdir('doc/reference/protocols') 1752 #subdir('doc/reference/protocols')
1751 #subdir('doc/reference/protocols/facebook') 1753 #subdir('doc/reference/protocols/facebook')

mercurial