From: unixmania at gmail.com <unixmania@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] configs/minnowboard_max-graphical: fix build due to missing glxproto.h
Date: Sat, 12 Oct 2019 10:51:05 -0300 [thread overview]
Message-ID: <20191012135105.26722-1-unixmania@gmail.com> (raw)
From: Carlos Santos <unixmania@gmail.com>
Commit 5cb821d5635 added a new option to enable GLX support in mesa3d.
Update the defconfig accordingly.
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/318105208
Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
The defconfig was edited by hand to reduce the turmoild that would
result from using "make savedefconfig"
---
configs/minnowboard_max-graphical_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/minnowboard_max-graphical_defconfig b/configs/minnowboard_max-graphical_defconfig
index 921dae310f..1d043240ad 100644
--- a/configs/minnowboard_max-graphical_defconfig
+++ b/configs/minnowboard_max-graphical_defconfig
@@ -41,6 +41,7 @@ BR2_PACKAGE_MESA3D_DEMOS=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y
BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
+BR2_PACKAGE_MESA3D_OPENGL_GLX=y
# Framebuffer (just for testing purposes)
BR2_PACKAGE_FB_TEST_APP=y
--
2.18.1
next reply other threads:[~2019-10-12 13:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-12 13:51 unixmania at gmail.com [this message]
2019-10-12 14:16 ` [Buildroot] [PATCH] configs/minnowboard_max-graphical: fix build due to missing glxproto.h Thomas Petazzoni
2019-10-12 14:42 ` Carlos Santos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191012135105.26722-1-unixmania@gmail.com \
--to=unixmania@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox