Commit 15710172 authored by Andrew Ruder's avatar Andrew Ruder Committed by Peter Korsgaard
Browse files

wvstreams: remove tcl dependency support



As far as I can tell enabling tcl support has no affect on the actual
library.  Furthermore, wvstreams has been checking for/linking against
tcl 8.3 which has never been supported in buildroot as far as I can tell
(8.4 added in 2005).  That being said there is clearly no reason to keep
this around.

Signed-off-by: default avatarAndrew Ruder <andrew.ruder@elecsyscorp.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 21161a08
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@ WVSTREAMS_CONF_OPT += \
	--with-openssl \
	--with-zlib \
	--without-pam \
	--disable-warnings
	--disable-warnings \
	--without-tcl

# needed for openssl detection when statically linking (as ssl needs lz)
WVSTREAMS_CONF_ENV += LIBS=-lz
@@ -38,13 +39,6 @@ else
	WVSTREAMS_CONF_OPT += --without-dbus
endif

ifeq ($(BR2_PACKAGE_TCL),y)
	WVSTREAMS_DEPENDENCIES += tcl
	WVSTREAMS_CONF_OPT += --with-tcl
else
	WVSTREAMS_CONF_OPT += --without-tcl
endif

ifeq ($(BR2_PACKAGE_QT),y)
	WVSTREAMS_DEPENDENCIES += qt
	WVSTREAMS_CONF_OPT += --with-qt