From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libxslt
Date: Sun, 15 Jun 2008 10:48:33 -0700 (PDT) [thread overview]
Message-ID: <20080615174834.06B493C8F1@busybox.net> (raw)
Author: jacmet
Date: 2008-06-15 10:48:33 -0700 (Sun, 15 Jun 2008)
New Revision: 22351
Log:
libxslt: use select instead of depends for pkgconfig like other packages
There's not much point in using depends instead of select for pkgconfig as
it's a host tool, E.G. it doesn't add anything to the rootfs.
At the same time, strip Config.in of trailing spaces.
Modified:
trunk/buildroot/package/libxslt/Config.in
Changeset:
Modified: trunk/buildroot/package/libxslt/Config.in
===================================================================
--- trunk/buildroot/package/libxslt/Config.in 2008-06-15 11:49:42 UTC (rev 22350)
+++ trunk/buildroot/package/libxslt/Config.in 2008-06-15 17:48:33 UTC (rev 22351)
@@ -1,21 +1,18 @@
config BR2_PACKAGE_LIBXSLT
bool "libxslt"
default n
- depends BR2_PACKAGE_PKGCONFIG
+ select BR2_PACKAGE_PKGCONFIG
help
Install the xslt library which is used
to transform XML files to other XML files.
- XSLT is designed for use as part of XSL,
- which is a stylesheet language for XML.
- In addition to XSLT, XSL includes an XML vocabulary
- for specifying formatting.
+ XSLT is designed for use as part of XSL,
+ which is a stylesheet language for XML.
+ In addition to XSLT, XSL includes an XML vocabulary
+ for specifying formatting.
XSL specifies the styling of an XML document by using XSLT
to describe how the document is transformed into another
XML document that uses the formatting vocabulary.
http://www.w3.org/TR/xslt
-comment "libxslt - disabled (requires pkgconfig)"
- depends !BR2_PACKAGE_PKGCONFIG
-
next reply other threads:[~2008-06-15 17:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-15 17:48 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-28 11:52 [Buildroot] svn commit: trunk/buildroot/package/libxslt laird at uclibc.org
2008-08-28 12:55 ` Peter Korsgaard
2008-08-28 12:59 ` Daniel Laird
2008-04-24 13:18 ninevoltz at uclibc.org
2008-03-06 18:16 ninevoltz at uclibc.org
2007-11-29 13:02 ulf at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080615174834.06B493C8F1@busybox.net \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox