summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb
index efab9618ec..f3cab4e610 100644
--- a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb
+++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb
@@ -34,7 +34,7 @@ PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/${BPN}${PV}"
34VER = "${@os.path.splitext(d.getVar('PV'))[0]}" 34VER = "${@os.path.splitext(d.getVar('PV'))[0]}"
35 35
36LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib" 36LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib"
37inherit autotools features_check 37inherit autotools features_check pkgconfig
38# depends on virtual/libx11 38# depends on virtual/libx11
39REQUIRED_DISTRO_FEATURES = "x11" 39REQUIRED_DISTRO_FEATURES = "x11"
40 40