gplugin/gplugin

Parents 4680cb938042
Children 156cc08c771e
Make sure we have libperl available as we need to link to it

Testing Done:
Removed `libperl-dev` verified the failure, installed `libperl-dev` verified it worked.

Reviewed at https://reviews.imfreedom.org/r/225/
--- a/perl5/meson.build Mon Oct 12 22:22:11 2020 -0500
+++ b/perl5/meson.build Tue Nov 17 21:55:53 2020 -0600
@@ -18,6 +18,9 @@
# build arguments.
PERL = find_program('perl')
+ # make sure we have the perl library as well.
+ LIBPERL = compiler.find_library('libperl')
+
# make sure we have the gobject introspection perl module.
run_command(
PERL,