transmission: Inherit pkgconfig

Fixes
configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-09-22 09:15:59 -07:00
parent c5acf7a545
commit c89d48972c
@@ -18,7 +18,7 @@ PV = "3.00"
S = "${WORKDIR}/git"
inherit autotools-brokensep gettext update-rc.d systemd mime-xdg
inherit autotools-brokensep gettext update-rc.d pkgconfig systemd mime-xdg
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"