Closed SpotlightKid closed 5 years ago
Or the way autowaf.build_pc()
has to be called might have changed.
I'm using this workaround in the lilv-git
AUR package: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=lilv-git#n42
Oops.
Fixed in 79a4549, thanks.
The current build produces a
lilv-0.pc
pkg-config file , which looks like this:This is missing
serd-0
,serd-0
andsratom-0
in theRequires:
line.I think something must have changed in the
autowaf.build_pc
function whenwaflib
was included as a git submodule instead of as a binary blob in thewaf
script, so the substitution of@PKG_serd_0@ @PKG_sord_0@ @PKG_sratom_0@
in thelilv.pc.in
no longer works correctly.