xref: /aosp_15_r20/external/mesa3d/src/mapi/meson.build (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1# Copyright © 2017 Intel Corporation
2# SPDX-License-Identifier: MIT
3
4genCommon_py = files('new/genCommon.py')
5glapi_gen_mapi_py = files('new/gen_gldispatch_mapi.py')
6mapi_abi_py = files('mapi_abi.py')
7
8subdir('glapi')
9if with_shared_glapi
10  subdir('shared-glapi')
11else
12  libglapi = []
13endif
14if not with_glvnd
15  if with_gles1
16    subdir('es1api')
17  endif
18  if with_gles2
19    subdir('es2api')
20  endif
21endif
22