Comment 5 for bug 1563548

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

the package is building on my ppa https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/costamagnagianfranco-ppa

BTW I honestly think this was a typo in the set variable.
Probably a change like
+- _pkgconfig_set("${_pkg_check_modules_pkg}_${variable}" "${${_pkg_check_modules_pkg}_${variable}}")
++ _pkgconfig_set("${_pkg_check_prefix}_${variable}" "${${_pkg_check_prefix}_${variable}}")

is already enough.
Having them both results in something like:

GLIB2_INCLUDEDIR:INTERNAL=/usr/include
GLIB2_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
GLIB2_PREFIX:INTERNAL=/usr

and

glib-2.0_INCLUDEDIR:INTERNAL=/usr/include
glib-2.0_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
glib-2.0_PREFIX:INTERNAL=/usr

I think we could have just the former version.