--- Makefile.PL.orig 2017-06-03 00:00:00.000000000 +0200 +++ Makefile.PL.in 2017-06-03 00:00:00.000000000 +0200 @@ -73,7 +73,7 @@ # perl bindings do it this way, anyway. my $libxfconf_cflags = "-I$cwd/.. -I".$ENV{'top_builddir'}; my $libxfconf_libs = "-L$cwd/../common/.libs -L$cwd/../xfconf/.libs " - ."-lxfconf-gvaluefuncs -lxfconf-0"; + ."-lxfconf-gvaluefuncs -lxfconf-1"; our $xfconf = ExtUtils::Depends->new('Xfconf', 'Glib'); $xfconf->set_inc($pkgcfg{cflags} . " -I. -Ibuild " . $libxfconf_cflags);