Module: Mesa
Branch: staging/18.2-ci
Commit: 2645ea5817f4fd05905b8deda96c268cd69fa48c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2645ea5817f4fd05905b8deda96c268cd69fa48c

Author: Eric Engestrom <[email protected]>
Date:   Tue Aug  7 12:56:25 2018 +0100

configure: install KHR/khrplatform.h when needed

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107511
Fixes: f7d42ee7d319256608ad "include: update GL & GLES headers (v2)"
Signed-off-by: Eric Engestrom <[email protected]>
Tested-by: Brad King <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
(cherry picked from commit 87c156183cd668f1341326cc7c88ab6686f27d8f)

---

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 92eea6844f..64c03506fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1426,6 +1426,7 @@ AM_CONDITIONAL(NEED_OPENGL_COMMON, test "x$enable_opengl" 
= xyes -o \
                                         "x$enable_gles1" = xyes -o \
                                         "x$enable_gles2" = xyes)
 AM_CONDITIONAL(NEED_KHRPLATFORM, test "x$enable_egl" = xyes -o \
+                                      "x$enable_opengl" = xyes -o \
                                       "x$enable_gles1" = xyes -o \
                                       "x$enable_gles2" = xyes)
 

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to