summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb
index 10281b28d..d0f6fe064 100644
--- a/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb
+++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb
@@ -42,7 +42,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
42EXTRA_OECONF = "\ 42EXTRA_OECONF = "\
43 --enable-threads \ 43 --enable-threads \
44 --with-x \ 44 --with-x \
45 --with-tcl=${STAGING_BINDIR_CROSS} \ 45 --with-tcl=${STAGING_BINDIR}/crossscripts \
46 --libdir=${libdir} \ 46 --libdir=${libdir} \
47" 47"
48 48