Description: Lower meson version requirement for compatibility with Ubuntu Jammy
 Ubuntu Jammy ships meson 0.61.2. The project declares meson_version: '>=1.1'
 but no meson 1.x-only features are actually used. Lower the requirement to
 >=0.61.2 to allow building on Jammy.
 meson.options filename was introduced in meson 1.1; debian/rules creates a
 meson_options.txt symlink before configure for older meson versions.
Author: Keng-Yu Lin <kengyu@debian.org>
Forwarded: https://github.com/lexical/ibus-array/issues
Last-Update: 2026-05-06

--- ibus-array-0.3.0.orig/meson.build
+++ ibus-array-0.3.0/meson.build
@@ -3,7 +3,7 @@
     'c',
     license: 'GPL-2.0-or-later',
     version: '0.3.0',
-    meson_version: '>=1.1'
+    meson_version: '>=0.61.2'
 )
 
 python = import('python')
