smalltalk: Enable the readline support on the cli

The detection code appears to distinguish between libedit (BSD
re-implementation of readline) and GNU readline and it does that
by executing the code.
This commit is contained in:
Holger Hans Peter Freyther 2013-04-25 10:45:11 +02:00
parent c05c4ca9ef
commit 27391a1826
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ DESCRIPTION = "GNU Smalltalk."
HOMEPAGE = "http://smalltalk.gnu.org/"
LICENSE = "GPLv2+"
INC_PR = "7"
INC_PR = "8"
DEPENDS = "smalltalk-native gnutls readline"
DEPENDS_virtclass-native = "gnutls-native"
EXTRA_OECONF = "--disable-static --disable-gtk --without-x --without-opengl --with-tcl=/bin/false --with-tk=/bin/false --without-emacs gst_cv_libc_dlopen_works=hacked"
EXTRA_OECONF = "--disable-static --disable-gtk --without-x --without-opengl --with-tcl=/bin/false --with-tk=/bin/false --without-emacs gst_cv_libc_dlopen_works=hacked gst_cv_readline_libs='-lreadline'"
PACKAGES =+ "${PN}-digest ${PN}-expat ${PN}-iconv ${PN}-i18n ${PN}-gdbm ${PN}-sdl \
${PN}-sqlite ${PN}-seaside ${PN}-magritte ${PN}-magritte-seaside ${PN}-examples \
${PN}-zlib"