[Buildroot] [PATCH 1/1] ti-gfx: select fbset as it is a runtime dependency

Hadrien Boutteville hadrien.boutteville at gmail.com
Sun Jun 1 14:57:15 UTC 2014


Signed-off-by: Hadrien Boutteville <hadrien.boutteville at gmail.com>
---
 package/ti-gfx/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in
index 3e8648e..f1f3a07 100644
--- a/package/ti-gfx/Config.in
+++ b/package/ti-gfx/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_TI_GFX
 	select BR2_PACKAGE_HAS_LIBEGL
 	select BR2_PACKAGE_HAS_LIBGLES
 	select BR2_PACKAGE_HAS_POWERVR
+	select BR2_PACKAGE_FBSET # Runtime dependency only
 	depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
 	help
 	  Graphics libraries for TI boards.
-- 
1.9.3



More information about the buildroot mailing list