From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/5] package/mesa3d: enable gallium extra hud
Date: Sun, 26 Mar 2017 18:28:53 +0200 [thread overview]
Message-ID: <20170326162853.3022-5-romain.naour@gmail.com> (raw)
In-Reply-To: <20170326162853.3022-1-romain.naour@gmail.com>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/mesa3d/mesa3d.mk | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 1c83ad2..e780dfb 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -88,11 +88,13 @@ MESA3D_VULKAN_DRIVERS-$(BR2_PACKAGE_MESA3D_VULKAN_DRIVER_INTEL) += intel
ifeq ($(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER),)
MESA3D_CONF_OPTS += \
- --without-gallium-drivers
+ --without-gallium-drivers \
+ --disable-gallium-extra-hud
else
MESA3D_CONF_OPTS += \
--enable-shared-glapi \
- --with-gallium-drivers=$(subst $(space),$(comma),$(MESA3D_GALLIUM_DRIVERS-y))
+ --with-gallium-drivers=$(subst $(space),$(comma),$(MESA3D_GALLIUM_DRIVERS-y)) \
+ --enable-gallium-extra-hud
endif
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
--
2.9.3
next prev parent reply other threads:[~2017-03-26 16:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-26 16:28 [Buildroot] [PATCH 1/5] package/mesa3d: allow to enable OpenGL texture float support Romain Naour
2017-03-26 16:28 ` [Buildroot] [PATCH 2/5] package/mesa3d: add libvdpau optional dependency Romain Naour
2017-04-01 13:56 ` Thomas Petazzoni
2017-03-26 16:28 ` [Buildroot] [PATCH 3/5] package/meda3d: add xlib_libXvMC " Romain Naour
2017-04-01 13:57 ` Thomas Petazzoni
2017-03-26 16:28 ` [Buildroot] [PATCH 4/5] package/mesa3d: explicitely disable asm Romain Naour
2017-03-29 4:41 ` Bernd Kuhls
2017-03-29 21:28 ` Romain Naour
2017-03-29 21:35 ` Thomas Petazzoni
2017-03-29 21:55 ` Romain Naour
2017-04-01 13:59 ` Thomas Petazzoni
2017-03-26 16:28 ` Romain Naour [this message]
2017-03-28 17:49 ` [Buildroot] [PATCH 1/5] package/mesa3d: allow to enable OpenGL texture float support Bernd Kuhls
2017-03-28 20:38 ` Romain Naour
2017-03-29 4:41 ` Bernd Kuhls
2017-03-29 21:46 ` Romain Naour
2017-04-01 13:56 ` Thomas Petazzoni
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=20170326162853.3022-5-romain.naour@gmail.com \
--to=romain.naour@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