Only:

PKG_CONFIG = arm-linux-gnueabihf-pkg-config

works.

Not:

contains(DISTRO_OPTS, deb-multi-arch): \
 PKG_CONFIG = arm-linux-gnueabihf-pkg-config

nor:

contains(DISTRO_OPTS, deb-multi-arch): \
 PKG_CONFIG = $${CROSS_COMPILE}pkg-config

So it seems neither DISTRO_OPTS or CROSS_COMPILE is set in our case.

Do you think we could hard code it? At least this qmake.conf file is for
armhf only, and only for use with our cross compile toolchain.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1580981

Title:
  PKGCONFIG not working in SDK

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1580981/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to