mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
This patch adds a complete meson build system, including tests and install. It has the necessary hooks to allow it be used as a subproject for other meson based builds such as mesa. Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-and-tested-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
13 lines
243 B
INI
13 lines
243 B
INI
# To use this config with your editor, follow the instructions at:
|
|
# http://editorconfig.org
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 8
|
|
tab_width = 8
|
|
insert_final_newline = true
|
|
|
|
[meson.build]
|
|
indent_style = space
|
|
indent_size = 2
|