Module: Mesa
Branch: master
Commit: 5fcadaec80c97a1df280b7bab01c271e323a468a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fcadaec80c97a1df280b7bab01c271e323a468a

Author: Dylan Baker <[email protected]>
Date:   Wed Jan  3 12:33:55 2018 -0800

meson: define inc_gbm as empty if not otherwise assigned

Otherwise this could be undefined in the egl directory.

Signed-off-by: Dylan Baker <[email protected]>
Acked-by: Eric Engestrom <[email protected]>

---

 src/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/meson.build b/src/meson.build
index 5fc14acb0c..730b2ff6e4 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -67,6 +67,8 @@ subdir('loader')
 subdir('glx')
 if with_gbm
   subdir('gbm')
+else
+  inc_gbm = []
 endif
 if with_egl
   subdir('egl')

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

Reply via email to