summaryrefslogtreecommitdiffstats
path: root/package/sunxi-cedarx/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/sunxi-cedarx/Config.in')
-rw-r--r--package/sunxi-cedarx/Config.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/sunxi-cedarx/Config.in b/package/sunxi-cedarx/Config.in
index b280db0658..fc6e5298c3 100644
--- a/package/sunxi-cedarx/Config.in
+++ b/package/sunxi-cedarx/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_SUNXI_CEDARX
bool "sunxi-cedarx"
- depends on BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
+ depends on BR2_arm
+ depends on BR2_TOOLCHAIN_USES_GLIBC
help
Sunxi CedarX decoder libraries. CedarX is Allwinner's
multimedia co-processing technology for hardware accelerated
@@ -10,5 +11,6 @@ config BR2_PACKAGE_SUNXI_CEDARX
http://github.com/linux-sunxi/cedarx-libs
http://linux-sunxi.org/CedarX
-comment "sunxi-cedarx requires an eglibc/glibc based toolchain"
- depends on !BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
+comment "sunxi-cedarx needs an (e)glibc toolchain"
+ depends on BR2_arm
+ depends on !BR2_TOOLCHAIN_USES_GLIBC
OpenPOWER on IntegriCloud