gnome-base/dconf: adjust vapigen patch to not require meson-0.49+
authorMart Raudsepp <leio@gentoo.org>
Tue, 3 Dec 2019 07:18:59 +0000 (09:18 +0200)
committerMart Raudsepp <leio@gentoo.org>
Tue, 3 Dec 2019 07:20:19 +0000 (09:20 +0200)
Our patch used 0.49 feature for joining paths, but meson.eclass
still only enforces >=meson-0.48.2. Instead of adding a depstring
on >=meson-0.49, just trivially tweak the patch to use the old
way of joining paths, to support easier upgrades on out of date
machines.

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-base/dconf/files/0.32.0-drop-vapigen-dep.patch

index 55959a7febf060dfa5fca5aa6d4e21a86d3f56d5..0dcb72358bdee70824299dc0bdf4420823c658f4 100644 (file)
@@ -34,7 +34,7 @@ index f3b7122..7dbca97 100644
 +      define_variable: ['datadir', dconf_datadir]
    )
 +  else
-+    vapi_dir = dconf_datadir / 'vala' / 'vapi'
++    vapi_dir = join_paths(dconf_datadir, 'vala', 'vapi')
 +  endif
  
    install_data(