All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mesa: use distro_features_check to abort build without opengl feature
@ 2013-09-09 10:19 Ross Burton
  2013-09-09 10:19 ` [PATCH 2/2] xf86-video-intel: allow builds without opengl, add more options Ross Burton
  2013-09-09 12:08 ` [PATCH 1/2] mesa: use distro_features_check to abort build without opengl feature Martin Jansa
  0 siblings, 2 replies; 13+ messages in thread
From: Ross Burton @ 2013-09-09 10:19 UTC (permalink / raw)
  To: openembedded-core

Stop mesa from building on distributions without the "opengl" DISTRO_FEATURE.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/mesa/mesa.inc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 71fcabd..79605fa 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -19,7 +19,9 @@ DEPENDS = "expat makedepend-native flex-native bison-native"
 
 PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl"
 
-inherit autotools pkgconfig pythonnative gettext
+inherit autotools pkgconfig pythonnative gettext distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "opengl"
 
 EXTRA_OECONF = "--enable-shared-glapi"
 
-- 
1.7.10.4



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

end of thread, other threads:[~2013-10-23 12:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 10:19 [PATCH 1/2] mesa: use distro_features_check to abort build without opengl feature Ross Burton
2013-09-09 10:19 ` [PATCH 2/2] xf86-video-intel: allow builds without opengl, add more options Ross Burton
2013-09-09 12:08 ` [PATCH 1/2] mesa: use distro_features_check to abort build without opengl feature Martin Jansa
2013-09-09 12:12   ` Burton, Ross
2013-09-09 12:16     ` Burton, Ross
2013-09-09 12:27       ` Martin Jansa
2013-09-09 12:40     ` Nicolas Dechesne
2013-09-09 13:17       ` Burton, Ross
2013-09-09 13:50         ` Nicolas Dechesne
2013-10-23  8:53       ` Nicolas Dechesne
2013-10-23  9:00         ` Burton, Ross
2013-10-23  9:25           ` Nicolas Dechesne
2013-10-23 12:14             ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.