smalltalk: Make sure that TCL/TK is disabled when building it

This commit is contained in:
Holger Hans Peter Freyther 2013-04-24 16:02:24 +02:00
parent 66dbe39b2b
commit dd26be3587
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ INC_PR = "2"
DEPENDS = "smalltalk-native gnutls readline"
DEPENDS_virtclass-native = "gnutls-native"
EXTRA_OECONF = "--disable-static --disable-gtk --without-x --without-opengl"
EXTRA_OECONF = "--disable-static --disable-gtk --without-x --without-opengl --with-tcl=/bin/false --with-tk=/bin/false"
PACKAGES =+ "${PN}-digest ${PN}-expat ${PN}-gdbm ${PN}-sdl ${PN}-sqlite \
${PN}-seaside ${PN}-magritte ${PN}-magritte-seaside ${PN}-examples "