* [Buildroot] svn commit: trunk/buildroot/package: cvs libxml2
@ 2007-07-31 22:40 ulf at uclibc.org
0 siblings, 0 replies; only message in thread
From: ulf at uclibc.org @ 2007-07-31 22:40 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-07-31 15:40:13 -0700 (Tue, 31 Jul 2007)
New Revision: 19369
Log:
Only build cvs and libxml2 if WCHAR is enabled
Modified:
trunk/buildroot/package/cvs/Config.in
trunk/buildroot/package/libxml2/Config.in
Changeset:
Modified: trunk/buildroot/package/cvs/Config.in
===================================================================
--- trunk/buildroot/package/cvs/Config.in 2007-07-31 22:38:52 UTC (rev 19368)
+++ trunk/buildroot/package/cvs/Config.in 2007-07-31 22:40:13 UTC (rev 19369)
@@ -1,6 +1,7 @@
config BR2_PACKAGE_CVS
bool "cvs"
default n
+ depends on BR2_USE_WCHAR
select BR2_PACKAGE_NCURSES
help
Concurrent Versions System - source code revision control tools.
Modified: trunk/buildroot/package/libxml2/Config.in
===================================================================
--- trunk/buildroot/package/libxml2/Config.in 2007-07-31 22:38:52 UTC (rev 19368)
+++ trunk/buildroot/package/libxml2/Config.in 2007-07-31 22:40:13 UTC (rev 19369)
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBXML2
bool "libxml2"
default n
+ depends on BR2_USE_WCHAR
help
XML C Parser
Requires WCHAR
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-31 22:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 22:40 [Buildroot] svn commit: trunk/buildroot/package: cvs libxml2 ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox