[Buildroot] [git commit] libdrm: make Etnaviv arch-independent

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Oct 21 21:09:13 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=23baa1c1cf8a5f3f78c9681017e4fadcab4404b4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Vivante GPU could be a part of SoC along with any CPU architecture
thus get rid of nonsense dependency.

Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libdrm/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
index e48246a..581f921 100644
--- a/package/libdrm/Config.in
+++ b/package/libdrm/Config.in
@@ -64,7 +64,6 @@ config BR2_PACKAGE_LIBDRM_OMAP
 
 config BR2_PACKAGE_LIBDRM_ETNAVIV
 	bool "etnaviv (experimental)"
-	depends on BR2_arm
 	depends on BR2_PACKAGE_LIBDRM_HAS_ATOMIC
 	select BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
 	help


More information about the buildroot mailing list