diff options
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb index 662261b1cb..79a3f083b6 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb @@ -33,7 +33,7 @@ VER = "8.6.1" inherit autotools ptest -DEPENDS_class-native = "" +DEPENDS_class-native = "zlib-native" EXTRA_OECONF = "--enable-threads --disable-rpath --libdir=${libdir}" |