summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2018-01-11 09:47:52 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-01-11 11:23:21 +0100
commit07c331773dd3bc4dadb164bcd9bc06dbd01de3b6 (patch)
treef2937757ed8662ca151e6772c9d32bae850a0371 /CONTRIBUTING
parentb3c841633cdaa638f63c00278eb20982795aea51 (diff)
build: make meson more official
I also noticed that meson.sh doesn't set the prefix for patch submission. Fix that (even thought hopefully real soon igt will move to its own list). v2: Review from Petri. Cc: Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 561c5dd8..2e746c73 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -12,7 +12,7 @@ A short list of contribution guidelines:
Please use --subject-prefix="PATCH i-g-t" so that i-g-t patches are easily
identified in the massive amount mails on intel-gfx. To ensure this is always
- done, autogen.sh will run:
+ done, meson.sh (and autogen.sh) will run:
git config format.subjectprefix "PATCH i-g-t"