[Mesa-dev] [PATCH 7/8] meson: define inc_gbm as empty if not otherwise assigned

Dylan Baker dylan at pnwbakers.com
Fri Jan 5 23:40:26 UTC 2018


Otherwise this could be undefined in the egl directory.

Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
---
 src/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/meson.build b/src/meson.build
index 5fc14ac..730b2ff 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')
-- 
git-series 0.9.1


More information about the mesa-dev mailing list