瀏覽代碼

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>
tags/18.0-branchpoint
Dylan Baker 7 年之前
父節點
當前提交
5fcadaec80
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/meson.build

+ 2
- 0
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')

Loading…
取消
儲存