diff options
author | Dylan Baker <[email protected]> | 2017-10-20 21:48:18 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-27 11:06:45 -0700 |
commit | cbbd5bb889a2c271a504c379f36a7cb717a85af4 (patch) | |
tree | 58c7208233c088bdca901498a2ab3ed704469225 /src/mapi/glapi | |
parent | 7503ab687b3992b0967eafd4fb7372ddb3f4445a (diff) |
meson: build classic osmesa
This builds the classic (non-gallium) osmesa with meson. This has been
tested with the osdemo application from mesa-demos.
v2: - Remove unrelated change
- Add SELinux dependency to osmesa
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/meson.build b/src/mapi/glapi/meson.build index 74f84d289ba..d2d86afd6c1 100644 --- a/src/mapi/glapi/meson.build +++ b/src/mapi/glapi/meson.build @@ -69,7 +69,7 @@ endif libglapi_static = static_library( 'glapi_static', static_glapi_files, - include_directories : [inc_mesa, inc_include, inc_src], + include_directories : [inc_mesa, inc_include, inc_src, inc_mapi], c_args : [c_msvc_compat_args, static_glapi_args], dependencies : [dep_thread, dep_selinux], build_by_default : false, |