mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-11 11:40:28 +01:00
meson: define inc_gbm as empty if not otherwise assigned
Otherwise this could be undefined in the egl directory. Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Acked-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
a0a764cde5
commit
5fcadaec80
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ subdir('loader')
|
|||
subdir('glx')
|
||||
if with_gbm
|
||||
subdir('gbm')
|
||||
else
|
||||
inc_gbm = []
|
||||
endif
|
||||
if with_egl
|
||||
subdir('egl')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue