mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
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.
This commit is contained in:
parent
565e05c8a1
commit
e34521b47e
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBXSLT
|
config BR2_PACKAGE_LIBXSLT
|
||||||
bool "libxslt"
|
bool "libxslt"
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
Install the xslt library which is used
|
Install the xslt library which is used
|
||||||
to transform XML files to other XML files.
|
to transform XML files to other XML files.
|
||||||
@ -16,6 +16,3 @@ config BR2_PACKAGE_LIBXSLT
|
|||||||
|
|
||||||
http://www.w3.org/TR/xslt
|
http://www.w3.org/TR/xslt
|
||||||
|
|
||||||
comment "libxslt - disabled (requires pkgconfig)"
|
|
||||||
depends !BR2_PACKAGE_PKGCONFIG
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user