Skip to content

Commit

Permalink
gnome-base/dconf: adjust vapigen patch to not require meson-0.49+
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
leio committed Dec 3, 2019
1 parent 1fb8c2e commit b2ce775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnome-base/dconf/files/0.32.0-drop-vapigen-dep.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b2ce775

Please sign in to comment.