Update MAINTAINERS
[platform/upstream/at-spi2-core.git] / meson.build
index fab3d35..c8f6951 100644 (file)
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.25.90',
+        version: '2.25.91',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',
@@ -103,6 +103,8 @@ if introspection_option != 'no'
   endif
 endif
 
+xgettext = find_program('xgettext', required : false)
+
 configure_file(output: 'config.h', configuration: at_spi_conf)
 
 # Compat variables for pkgconfig
@@ -130,3 +132,7 @@ subdir('test')
 if get_option('enable_docs')
   subdir('doc/libatspi')
 endif
+
+if xgettext.found()
+  subdir('po')
+endif