Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] sunxi-mali: require fbset
@ 2015-03-10 21:37 Jerome Oufella
  2015-03-10 22:35 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Jerome Oufella @ 2015-03-10 21:37 UTC (permalink / raw)
  To: buildroot

From: J?r?me Oufella <jerome.oufella@savoirfairelinux.com>

The S80mali startup scripts depends on the presence of the fbset utility
to configure the display settings. To address this, select
BR2_PACKAGE_FBSET for the matter.

Signed-off-by: Jerome Oufella <jerome.oufella@savoirfairelinux.com>
---
 package/sunxi-mali/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sunxi-mali/Config.in b/package/sunxi-mali/Config.in
index c95ebbb..9a4eecc 100644
--- a/package/sunxi-mali/Config.in
+++ b/package/sunxi-mali/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_SUNXI_MALI
 	bool "sunxi-mali"
+	select BR2_PACKAGE_FBSET
 	select BR2_PACKAGE_HAS_LIBEGL
 	select BR2_PACKAGE_HAS_LIBGLES
 	# The egl/gles mali libraries are provided as a git submodule of the
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-11  3:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 21:37 [Buildroot] [PATCH] sunxi-mali: require fbset Jerome Oufella
2015-03-10 22:35 ` Thomas Petazzoni
2015-03-11  3:44   ` Jérôme Oufella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox