mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
tk: inherit pkgconfig
I noticed that xft was not getting enabled as expected because the recipe was using pkg-config from the host. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/${BPN}${PV}"
|
|||||||
VER = "${@os.path.splitext(d.getVar('PV'))[0]}"
|
VER = "${@os.path.splitext(d.getVar('PV'))[0]}"
|
||||||
|
|
||||||
LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib"
|
LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib"
|
||||||
inherit autotools features_check
|
inherit autotools features_check pkgconfig
|
||||||
# depends on virtual/libx11
|
# depends on virtual/libx11
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user