Skip to content

Commit

Permalink
Add Meson DESTDIR workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 9, 2023
1 parent 53b42ce commit 4e0d072
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion alienfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ use alienfile;

plugin PkgConfig => 'serd-0';

eval {
require Alien::Meson;
Alien::Meson->_apply_destdir_prefix_hack;
};

share {
requires 'Alien::Build::Plugin::Download::GitLab';
requires 'Alien::Meson';
requires 'Alien::Meson' => '0.06';
requires 'Alien::Ninja';

# https://gitlab.com/drobilla/serd
Expand Down

0 comments on commit 4e0d072

Please sign in to comment.